mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 00:46:01 +02:00
Update crossterm to version 0.24 (#6172)
- Includes version bump for `lscolors = 0.11` and `reedline` as git patch
This commit is contained in:
committed by
GitHub
parent
586c0ea3d8
commit
c140da5740
@@ -12,7 +12,7 @@ name = "utils"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
lscolors = { version = "0.10.0", features = ["crossterm"]}
|
||||
lscolors = { version = "0.11.0", features = ["crossterm"]}
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
crossterm_winapi = "0.9.0"
|
||||
|
Reference in New Issue
Block a user