From dd093c79d7da84675be648c7df2ebfc85b5039f2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 16 Sep 2019 18:03:57 +0200 Subject: Use `futures-preview` instead of `futures` --- web/examples/tour/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/examples/tour/Cargo.toml') 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" -- cgit