revert 2830c238fd
All checks were successful
Continuous integration / Check (push) Successful in 2m8s
Continuous integration / Test Suite (push) Successful in 4m11s
Continuous integration / Trunk (push) Successful in 7m50s
Continuous integration / Rustfmt (push) Successful in 29s
Continuous integration / build (push) Successful in 4m20s
Continuous integration / Disallow unused dependencies (push) Successful in 2m9s

revert fix(deps): update rust-wasm-bindgen monorepo
This commit is contained in:
2025-09-07 21:40:56 -07:00
parent 02d5c7372c
commit d33e9b87b2
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