Skip to content

Commit 233b21a

Browse files
Bump wasm-bindgen from 0.2.94 to 0.2.95 in /rust
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.94 to 0.2.95. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.94...0.2.95) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05c4ce9 commit 233b21a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
1717
# Biggest hurdle for me in the past were deps relying on some system timer,
1818
# which is not available in WASM land, of course.
1919
[dependencies]
20-
wasm-bindgen = { version = "0.2.93", features = ["serde-serialize", "enable-interning"] }
20+
wasm-bindgen = { version = "0.2.95", features = ["serde-serialize", "enable-interning"] }
2121
wasm-bindgen-futures = "0.4.44"
2222

2323
lol_alloc = "0.4.1"

0 commit comments

Comments
 (0)