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 ea48c0b commit 64c812aCopy full SHA for 64c812a
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "wasm-timer"
3
edition = "2018"
4
description = "Abstraction over std::time::Instant and futures-timer that works on WASM"
5
-version = "0.2.4"
+version = "0.2.5"
6
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
7
license = "MIT"
8
repository = "https://github.com/tomaka/wasm-timer"
@@ -14,7 +14,6 @@ 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.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