mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update rand to 0.8
This commit is contained in:
parent
86cdb11cf2
commit
d0dacb2699
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast
|
|||
sha2 = { version = "0.9", default-features = false }
|
||||
bincode = "1"
|
||||
criterion = "0.3.0"
|
||||
rand = "0.7"
|
||||
rand = "0.8"
|
||||
|
||||
[[bench]]
|
||||
name = "dalek_benchmarks"
|
||||
|
|
|
|||
Loading…
Reference in a new issue