0.13.1
This commit is contained in:
parent
0c7212511f
commit
0107c76d4a
@ -1,3 +1,6 @@
|
|||||||
|
# Version 0.13.1
|
||||||
|
- Async Reader fix, join background thread and avoid looping forever on windows.
|
||||||
|
|
||||||
# Version 0.13.0
|
# Version 0.13.0
|
||||||
**Major API-change, removed old-api**
|
**Major API-change, removed old-api**
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "crossterm"
|
name = "crossterm"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
authors = ["T. Post"]
|
authors = ["T. Post"]
|
||||||
description = "An crossplatform terminal library for manipulating terminals."
|
description = "An crossplatform terminal library for manipulating terminals."
|
||||||
repository = "https://github.com/crossterm-rs/crossterm"
|
repository = "https://github.com/crossterm-rs/crossterm"
|
||||||
|
Loading…
Reference in New Issue
Block a user