web: rollback wasm-bindgen

This commit is contained in:
2025-09-11 15:36:50 -07:00
parent a632e6e6bc
commit 93736b386f
2 changed files with 21 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ thiserror = "2.0.12"
gloo-net = { version = "0.6.0", features = ["json", "serde_json"] }
human_format = "1.1.0"
build-info = "0.0.41"
wasm-bindgen = "=0.2.101"
wasm-bindgen = "=0.2.100"
uuid = { version = "1.16.0", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues