Skip to content

Commit

Permalink
Fix getrandom wildcard dep (#1894)
Browse files Browse the repository at this point in the history
* fix getrandom dep

* changelog
  • Loading branch information
edg-l authored Dec 12, 2024
1 parent 3acb1cc commit 3f3df3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#### [2.0.0-rc2] - 2024-12-12

* fix: Change wildcard getrandom dependency.

* Update starknet-crypto to 0.7.3, removing the old FieldElement completly in favour of the new Felt (that is Copy).

* chore: update the cairo-vm version used in the readme
Expand Down
2 changes: 1 addition & 1 deletion vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ num-prime = { version = "0.4.3", features = ["big-int"] }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.34"
# The js feature needs to be enabled
getrandom = { version = "*", features = ["js"]}
getrandom = { version = "0.2", features = ["js"]}

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
iai-callgrind = "0.3.1"
Expand Down

0 comments on commit 3f3df3e

Please sign in to comment.