Skip to content

Commit

Permalink
set a specific version for wasm bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Feb 27, 2024
1 parent 1763dae commit 9c565e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["web-programming", "wasm", "api-bindings"]

[dependencies]
sledgehammer_bindgen_macro = { path = "sledgehammer_bindgen_macro", version = "0.4.0" }
wasm-bindgen = { version = "*", optional = true }
wasm-bindgen = { version = "0.2", optional = true }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 9c565e5

Please sign in to comment.