chore: bump crossterm to 0.20

pull/516/head
Florian Dehau 3 years ago
parent a68e38e59e
commit 914d54e672

@ -27,7 +27,7 @@ unicode-segmentation = "1.2"
unicode-width = "0.1" unicode-width = "0.1"
termion = { version = "1.5", optional = true } termion = { version = "1.5", optional = true }
rustbox = { version = "0.11", optional = true } rustbox = { version = "0.11", optional = true }
crossterm = { version = "0.19", optional = true } crossterm = { version = "0.20", optional = true }
easycurses = { version = "0.12.2", optional = true } easycurses = { version = "0.12.2", optional = true }
pancurses = { version = "0.16.1", optional = true, features = ["win32a"] } pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }
serde = { version = "1", "optional" = true, features = ["derive"]} serde = { version = "1", "optional" = true, features = ["derive"]}

@ -19,7 +19,7 @@
//! //!
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! crossterm = "0.19" //! crossterm = "0.20"
//! tui = { version = "0.15", default-features = false, features = ['crossterm'] } //! tui = { version = "0.15", default-features = false, features = ['crossterm'] }
//! ``` //! ```
//! //!

Loading…
Cancel
Save