Skip to content

Commit 923e033

Browse files
Remove web-sys dependency (#186)
1 parent f5761bf commit 923e033

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/timers/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ js-sys = "0.3.31"
1919
futures-core = { version = "0.3", optional = true }
2020
futures-channel = { version = "0.3", optional = true }
2121

22-
[dependencies.web-sys]
23-
version = "0.3.19"
24-
features = [
25-
"Window",
26-
"WorkerGlobalScope",
27-
]
28-
2922
[features]
3023
default = []
3124
futures = ["futures-core", "futures-channel"]

0 commit comments

Comments
 (0)