Skip to content

Commit

Permalink
Hotfix: add getrandom feature for rand_core in snarkvm-marlin
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Mar 14, 2021
1 parent c98ecd9 commit 1289045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marlin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ default-features = false

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.rayon]
version = "1"
Expand Down

0 comments on commit 1289045

Please sign in to comment.