diff options
Diffstat (limited to 'web/Cargo.toml')
-rw-r--r-- | web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Cargo.toml b/web/Cargo.toml index 0ab89570..43377d46 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -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] |