Skip to content

Commit

Permalink
chore: explicit versions for dependencies (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-000 authored Feb 1, 2023
1 parent f18a760 commit 4943390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ smol_str = "0.1.17"
thiserror = "1.0.21"
toml = "0.5.8"
url = "2.2.0"
wasm-bindgen = { version = "*", features = ["serde-serialize"] }
wasm-bindgen-test = "*"
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
wasm-bindgen-test = "0.3.33"
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ acvm.workspace = true
noirc_driver.workspace = true
wasm-bindgen.workspace = true

console_error_panic_hook = "*"
console_error_panic_hook = "0.1.7"
getrandom = { version = "0.2.4", features = ["js"] }
gloo-utils = { version = "0.1", features = ["serde"] }
js-sys = "0.3.55"
Expand Down

0 comments on commit 4943390

Please sign in to comment.