Skip to content

Commit 13841df

Browse files
fix: bump minimum web-sys to 0.3.70 (#4100)
Yew uses `set_passive()`/`set_capture()` which were introduced in web-sys 0.3.70, but the workspace dependency allowed any 0.3.x. This caused compilation failures when the resolver picked an older web-sys.
1 parent 170c7a6 commit 13841df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ wasm-bindgen = "0.2"
4141
wasm-bindgen-futures = "0.4"
4242
wasm-bindgen-test = "0.3"
4343
js-sys = "0.3"
44-
web-sys = "0.3"
44+
web-sys = "0.3.70"
4545
gloo = "0.11"
4646
serde = "1"
4747
serde_json = "1"

0 commit comments

Comments
 (0)