We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6f010 commit 1f59474Copy full SHA for 1f59474
Cargo.toml
@@ -9,12 +9,12 @@ repository = "https://github.com/tomaka/wasm-timer"
9
10
[dependencies]
11
futures = "0.3.1"
12
-parking_lot = "0.9"
13
-pin-utils = "0.1.0-alpha.4"
+parking_lot = "0.11"
+pin-utils = "0.1.0"
14
15
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
16
js-sys = "0.3.31"
17
-send_wrapper = "0.2"
+send_wrapper = "0.4"
18
wasm-bindgen = "0.2.37"
19
wasm-bindgen-futures = "0.4.4"
20
web-sys = { version = "0.3.31", features = ["Performance", "Window"] }
0 commit comments