update async+futures

This commit is contained in:
jake 2020-04-12 14:24:52 -07:00
parent b92b118fc4
commit abd7cc26b6

View File

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