mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update rand dependency to 0.5.
This commit is contained in:
parent
ce3595f642
commit
3dbfad2f7a
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", default-features = false }
|
||||
rand = { version = "0.5", 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", default-features = false }
|
||||
rand = { version = "0.5", default-features = false }
|
||||
byteorder = { version = "1", default-features = false }
|
||||
digest = "0.7"
|
||||
generic-array = "0.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue