Bump deps, make it compile with latest smol.

This commit is contained in:
Blaž Hrastnik 2020-09-04 18:18:40 +09:00
parent bfa7533070
commit 0d56ce9296
5 changed files with 147 additions and 73 deletions

View file

@ -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 }