Use futures-preview instead of futures
This commit is contained in:
parent
655978f480
commit
dd093c79d7
4 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue