Skip to content

Commit 798aa71

Browse files
committed
fix(netwatch): Update web-sys version bound to 0.3.70, the required version
1 parent b8eb4ea commit 798aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netwatch/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ derive_more = { version = "1.0.0", features = ["debug"] }
7070

7171
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
7272
js-sys = "0.3"
73-
web-sys = { version = "0.3", features = ["EventListener", "EventTarget"] }
73+
web-sys = { version = "0.3.70", features = ["EventListener", "EventTarget"] }
7474

7575
[dev-dependencies]
7676
testresult = "0.4.1"

0 commit comments

Comments
 (0)