mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Bump deps, make it compile with latest smol.
This commit is contained in:
parent
bfa7533070
commit
0d56ce9296
5 changed files with 147 additions and 73 deletions
|
@ -19,9 +19,9 @@ argh = "0.1.3"
|
|||
helix-core = { path = "../helix-core" }
|
||||
crossterm = { version = "0.17.7", features = ["event-stream"] }
|
||||
|
||||
smol = "0.3"
|
||||
smol = "0.4"
|
||||
futures = { version = "0.3.5", default-features = false, features = ["std", "async-await"] }
|
||||
num_cpus = "1.13.0"
|
||||
# futures-timer = "3.0.2"
|
||||
# async-channel = "1.4.0"
|
||||
|
||||
# tui = { version = "0.9.5", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue