We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ccd34 commit ceffdc9Copy full SHA for ceffdc9
Cargo.toml
@@ -86,7 +86,7 @@ futures-lite = { version = "2.0.0", optional = true }
86
async-process = { version = "2.0.0", optional = true }
87
88
[target.'cfg(target_arch = "wasm32")'.dependencies]
89
-gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
+gloo-timers = { version = "0.3.0", features = ["futures"], optional = true }
90
wasm-bindgen-futures = { version = "0.4.10", optional = true }
91
futures-channel = { version = "0.3.4", optional = true }
92
0 commit comments