Skip to content

Commit

Permalink
Bump wasm-bindgen.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Aug 14, 2024
1 parent 321c99f commit 47db4ba
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 38 deletions.
45 changes: 11 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions tools/benchmark-hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
getrandom = { version = "0.2.14", features = ["js"] }
wasm-bindgen = "0.2.92"
web-sys = { version = "0.3.69", features = ["Window"]}
wasm-bindgen = "0.2.93"
web-sys = { version = "0.3.69", features = ["Window"] }
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }

[package.metadata.wasm-pack.profile.release]
Expand Down
4 changes: 2 additions & 2 deletions tools/benchmark-struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
getrandom = { version = "0.2.14", features = ["js"] }
wasm-bindgen = "0.2.92"
web-sys = { version = "0.3.69", features = ["Window"]}
wasm-bindgen = "0.2.93"
web-sys = { version = "0.3.69", features = ["Window"] }
yew = { version = "0.21.0", features = ["csr"], path = "../../packages/yew" }

[package.metadata.wasm-pack.profile.release]
Expand Down

0 comments on commit 47db4ba

Please sign in to comment.