mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
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.
This commit is contained in:
parent
004cf2687a
commit
a6b35031ae
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue