Skip to content

Commit 862c7ce

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

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tracing = "0.1"
1717
tracing-subscriber = "0.3"
1818
# Pin wasm-bindgen to 0.2.95 for now, fo avoid to had to manually add constructors to records (structs with public fields)
1919
# https://github.com/rustwasm/wasm-bindgen/pull/4282
20-
wasm-bindgen = { version = "=0.2.95", features = ["std"] }
20+
wasm-bindgen = { version = "=0.2.100", features = ["std"] }
2121
wasm-bindgen-futures = "0.4"
2222

2323
[package.metadata.wasm-pack.profile.profiling]

0 commit comments

Comments
 (0)