Browse Source

update async+futures

pbs
jake 4 years ago
parent
commit
abd7cc26b6
  1. 4
      Cargo.toml

4
Cargo.toml

@ -19,8 +19,8 @@ path = "src/main.rs"
[dependencies]
libpso = { git = "http://git.sharnoth.com/jake/libpso" }
async-std = { version = "1.4.0", features = ["unstable"] }
futures = "0.3.1"
async-std = { version = "1.5.0", features = ["unstable"] }
futures = "0.3.4"
rand = "0.7.3"
rand_chacha = "0.2.2"
mio = "0.6"

Loading…
Cancel
Save