Skip to content

Commit

Permalink
Deps: Update wasm-bindgen to 0.2.96 to address unexpected_cfgs` w…
Browse files Browse the repository at this point in the history
…arning.
  • Loading branch information
kpreid committed Nov 29, 2024
1 parent f36b0f4 commit 60d42c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions all-is-cubes-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion all-is-cubes-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ js-sys = "0.3.72"
log = { version = "0.4.17", default-features = false }
rand = { version = "0.8.3", default-features = false, features = ["std", "std_rng"] }
send_wrapper = { version = "0.6.0", default-features = false }
wasm-bindgen = "0.2.95"
wasm-bindgen = "0.2.96"
wasm-bindgen-futures = "0.4.45"
web-time = { version = "1.1.0" }
# Must be the same version as in the main workspace, i.e. as in all-is-cubes-gpu.
Expand Down

0 comments on commit 60d42c2

Please sign in to comment.