Update crossterm to 0.24

pull/638/head
Dominik Nakamura 2 years ago
parent a6b25a4877
commit c595448d76
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -2,6 +2,10 @@
## To be released
### Features
* Updat `crossterm` to `0.24`.
## v0.18.0 - 2022-04-24
### Features

@ -25,7 +25,7 @@ cassowary = "0.3"
unicode-segmentation = "1.2"
unicode-width = "0.1"
termion = { version = "1.5", optional = true }
crossterm = { version = "0.23", optional = true }
crossterm = { version = "0.24", optional = true }
serde = { version = "1", optional = true, features = ["derive"]}
[dev-dependencies]

Loading…
Cancel
Save