web: ping web-sys to 0.2.95, to work with CLI in nixos

This commit is contained in:
2025-02-10 17:33:17 -08:00
parent 74219ad333
commit c90ac1d4fc
2 changed files with 24 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.39"
wasm-bindgen = "0.2.95"
wasm-bindgen = "=0.2.95"
uuid = { version = "1.13.1", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues