Use futures-preview instead of futures

This commit is contained in:
Héctor Ramón Jiménez 2019-09-16 18:03:57 +02:00
parent 655978f480
commit dd093c79d7
4 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
iced = { version = "0.1.0-alpha", path = ".." }
dodrio = "0.1.0"
futures = "0.1"
futures-preview = "=0.3.0-alpha.18"
wasm-bindgen = "0.2.50"
[dependencies.web-sys]