Skip to content

Commit 64c812a

Browse files
committed
New version
1 parent ea48c0b commit 64c812a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wasm-timer"
33
edition = "2018"
44
description = "Abstraction over std::time::Instant and futures-timer that works on WASM"
5-
version = "0.2.4"
5+
version = "0.2.5"
66
authors = ["Pierre Krieger <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/tomaka/wasm-timer"
@@ -14,7 +14,6 @@ pin-utils = "0.1.0"
1414

1515
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
1616
js-sys = "0.3.31"
17-
send_wrapper = "0.4"
1817
wasm-bindgen = "0.2.37"
1918
wasm-bindgen-futures = "0.4.4"
2019
web-sys = { version = "0.3.31", features = ["Performance", "Window"] }

0 commit comments

Comments
 (0)