upgrade crossterm to v0.18

It reduces the amount of dependencies, among other improvements.
pull/398/head
Sebastian Thiel 4 years ago committed by Florian Dehau
parent 5050f1ce1c
commit 25ff2e5e61

@ -26,7 +26,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.17", optional = true } crossterm = { version = "0.18", 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.17" //! crossterm = "0.18"
//! tui = { version = "0.12", default-features = false, features = ['crossterm'] } //! tui = { version = "0.12", default-features = false, features = ['crossterm'] }
//! ``` //! ```
//! //!

Loading…
Cancel
Save