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

@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
iced_web = { path = "../.." }
wasm-bindgen = "0.2.50"
futures = "0.1"
futures-preview = "=0.3.0-alpha.18"
log = "0.4"
console_error_panic_hook = "0.1.6"
console_log = "0.1.2"