Skip to content

Commit 3e04ed4

Browse files
authored
Merge pull request #314 from Emurgo/bump-bindgen
Bump wasm-bindgen
2 parents 324834c + 0043066 commit 3e04ed4

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

rust/Cargo.lock

Lines changed: 12 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
@@ -40,7 +40,7 @@ noop_proc_macro = "0.3.0"
4040

4141
# wasm
4242
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
43-
wasm-bindgen = "=0.2.74"
43+
wasm-bindgen = "=0.2.78"
4444
rand_os = { version = "0.1", features = ["wasm-bindgen"] }
4545
js-sys = "=0.3.51"
4646

0 commit comments

Comments
 (0)