mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update rand_core to 0.6
https://github.com/rust-random/rand/blob/master/rand_core/CHANGELOG.md This new version makes using rand_core on wasm seamless (thanks to the update of getrandom to v0.2) The crate compiles well with this PR, but since some `rand_core` traits are publicly exposed in this crate's API, this is strictly speaking a breaking change.
This commit is contained in:
parent
73100b74ff
commit
86cdb11cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ name = "dalek_benchmarks"
|
|||
harness = false
|
||||
|
||||
[dependencies]
|
||||
rand_core = { version = "0.5", default-features = false }
|
||||
rand_core = { version = "0.6", default-features = false }
|
||||
byteorder = { version = "^1.2.3", default-features = false, features = ["i128"] }
|
||||
digest = { version = "0.9", default-features = false }
|
||||
subtle = { version = "^2.2.1", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue