this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Rust crate web-sys to 0.3.81 (#53)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
ae59cc02 98895e60

+1 -1
+1 -1
Cargo.toml
··· 70 70 svg = "0.18.0" 71 71 wasm-bindgen = { version = "0.2.104", optional = true } 72 72 getrandom = { version = "0.2", features = ["js"] } 73 - web-sys = { version = "0.3.4", optional = true, features = [ 73 + web-sys = { version = "0.3.81", optional = true, features = [ 74 74 'Document', 75 75 'Element', 76 76 'HtmlElement',