mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Upgrade rand to (non-pre)release version 0.5
It was previously using pre-release version 0.5.0-pre.2
This commit is contained in:
parent
32288e8625
commit
42430f1a1f
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ harness = false
|
|||
# match exactly, since the build.rs uses the crate itself as a library.
|
||||
|
||||
[dependencies]
|
||||
rand = { version = "0.5.0-pre.2", default-features = false }
|
||||
rand = { version = "0.5.0", default-features = false }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
digest = "0.7"
|
||||
generic-array = "0.9"
|
||||
|
|
@ -50,7 +50,7 @@ subtle = { version = "0.6", features = ["generic-impls"], default-features = fal
|
|||
serde = { version = "1.0", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
rand = { version = "0.5.0-pre.2", default-features = false }
|
||||
rand = { version = "0.5.0", default-features = false }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
digest = "0.7"
|
||||
generic-array = "0.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue