Update dependencies.

smol 0.3 makes setup a whole lot easier.
This commit is contained in:
Blaž Hrastnik 2020-08-11 23:19:23 +09:00
parent 8681d47292
commit 4733afa6c2
5 changed files with 212 additions and 232 deletions

View file

@ -17,12 +17,11 @@ path = "src/main.rs"
anyhow = "1.0.31"
argh = "0.1.3"
helix-core = { path = "../helix-core" }
# crossterm = { version = "0.17.5", features = ["event-stream"] }
crossterm = { git = "https://github.com/crossterm-rs/crossterm", branch = "mio-update", features = ["event-stream"] }
crossterm = { version = "0.17.7", features = ["event-stream"] }
futures = { version = "0.3.5", default-features = false, features = ["std"] }
smol = "0.3"
futures = { version = "0.3.5", default-features = false, features = ["std", "async-await"] }
# futures-timer = "3.0.2"
smol = "0.1.10"
num_cpus = "1.13.0"
piper = "0.1.2"
# async-channel = "1.4.0"
# tui = { version = "0.9.5", default-features = false }