This commit is contained in:
Timon Post 2019-11-04 06:54:22 +01:00
parent 0c7212511f
commit 0107c76d4a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# Version 0.13.1
- Async Reader fix, join background thread and avoid looping forever on windows.
# Version 0.13.0
**Major API-change, removed old-api**

View File

@ -1,6 +1,6 @@
[package]
name = "crossterm"
version = "0.13.0"
version = "0.13.1"
authors = ["T. Post"]
description = "An crossplatform terminal library for manipulating terminals."
repository = "https://github.com/crossterm-rs/crossterm"