diff options
Diffstat (limited to 'web/examples/tour/Cargo.toml')
-rw-r--r-- | web/examples/tour/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/examples/tour/Cargo.toml b/web/examples/tour/Cargo.toml index c2db46ec..65a860e2 100644 --- a/web/examples/tour/Cargo.toml +++ b/web/examples/tour/Cargo.toml @@ -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" |