chore: use master branch instead of latest release for crossterm

This will prevent [this](https://github.com/crossterm-rs/crossterm/pull/383)
descriptor leak bug when people use the crossterm backend with the current
master.
pull/242/head
Florian Dehau 4 years ago
parent 004cf2687a
commit a6b35031ae

@ -28,7 +28,7 @@ unicode-segmentation = "1.2"
unicode-width = "0.1"
termion = { version = "1.5" , optional = true }
rustbox = { version = "0.11", optional = true }
crossterm = { version = "0.16", optional = true }
crossterm = { git = "https://github.com/crossterm-rs/crossterm", optional = true }
easycurses = { version = "0.12.2", optional = true }
pancurses = { version = "0.16.1", optional = true, features = ["win32a"] }

Loading…
Cancel
Save