This repository has no description
0

Configure Feed

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

⬆️ Update Rust crate web-sys to 0.3.82 (#79)

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

+1 -1
+1 -1
Cargo.toml
··· 61 61 serde_json = "1.0.145" 62 62 wasm-bindgen = { version = "0.2.104", optional = true } 63 63 getrandom = { version = "0.2", features = ["js"] } 64 - web-sys = { version = "0.3.81", optional = true, features = [ 64 + web-sys = { version = "0.3.82", optional = true, features = [ 65 65 'Document', 66 66 'Element', 67 67 'HtmlElement',