* 0.23.1

* 0.23.2
This commit is contained in:
Timon 2022-04-03 16:08:03 +02:00 committed by GitHub
parent 2e5ba7431f
commit 9e6bf0fced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# Version 0.23.2
- Update signal-hook and mio to version 0.8.
# Version 0.23.1
- Fix control key parsing problem.
# Version 0.23
- Update dependencies.
- Add 0 check for all cursor functions to prevent undefined behaviour.

View File

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