Skip to content

Commit 076a7cc

Browse files
Bump wasm-bindgen from 0.2.94 to 0.2.95 in /client (#73)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent cd5ad9f commit 076a7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hex2d = "1.1.0"
2020
itertools = "0.13.0"
2121
serde_json = "1.0.132"
2222
server = { path = "../server", version = "0.1.0" }
23-
wasm-bindgen = "0.2.83"
23+
wasm-bindgen = "0.2.95"
2424
wasm-bindgen-futures = "0.4.45"
2525
lazy_static = "1.4.0"
2626
log = "0.4.20"

0 commit comments

Comments
 (0)