mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Bump deps, eliminate a lot of transitive deps.
This commit is contained in:
parent
9ad40bc40b
commit
e282fc7595
3 changed files with 38 additions and 155 deletions
|
@ -14,13 +14,11 @@ path = "src/main.rs"
|
|||
# termwiz = { git = "https://github.com/wez/wezterm", features = ["widgets"] }
|
||||
# termwiz = { path = "../../wezterm/termwiz", default-features = false, features = ["widgets"] }
|
||||
|
||||
anyhow = "1.0.31"
|
||||
anyhow = "1"
|
||||
argh = "0.1.3"
|
||||
helix-core = { path = "../helix-core" }
|
||||
crossterm = { version = "0.17.7", features = ["event-stream"] }
|
||||
crossterm = { version = "0.17", features = ["event-stream"] }
|
||||
|
||||
smol = "0.4"
|
||||
futures = { version = "0.3.5", default-features = false, features = ["std", "async-await"] }
|
||||
smol = "1"
|
||||
num_cpus = "1.13.0"
|
||||
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
|
||||
# futures-timer = "3.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue