parent
2e5ba7431f
commit
9e6bf0fced
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user