Skip to content

Commit 9ce421f

Browse files
committed
Pin the wasm-bindgen's version.
1 parent e87e38d commit 9ce421f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_urlencoded = { version = "0.7", optional = true }
2020
thiserror = { version = "1.0", optional = true }
2121

2222
[target.'cfg(not(target_os = "wasi"))'.dependencies]
23-
wasm-bindgen = "0.2"
23+
wasm-bindgen = "^0.2.88"
2424

2525
[target.'cfg(not(target_os = "wasi"))'.dependencies.web-sys]
2626
version = "0.3"

0 commit comments

Comments
 (0)