diff --git a/Cargo.toml b/Cargo.toml index a8c0636..80d570d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ unicode-segmentation = "1.2" unicode-width = "0.1" termion = { version = "1.5" , optional = true } rustbox = { version = "0.11", optional = true } -crossterm = { git = "https://github.com/crossterm-rs/crossterm", optional = true } +crossterm = { version = "0.17", optional = true } easycurses = { version = "0.12.2", optional = true } pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }