fix: update rustix to fix the enable_raw_mode() error on WSL/Android

https://github.com/crossterm-rs/crossterm/pull/926#issuecomment-2334770989
This commit is contained in:
sxyazi 2024-09-07 13:52:45 +08:00
parent 0cdaff98d0
commit 9483798459
No known key found for this signature in database
6 changed files with 160 additions and 156 deletions

View file

@ -28,7 +28,7 @@ yazi-shared = { path = "../yazi-shared", version = "0.3.3" }
# External build dependencies
anyhow = { workspace = true }
clap = { workspace = true }
clap_complete = "4.5.24"
clap_complete = "4.5.26"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.3"
serde_json = { workspace = true }