mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Merge pull request #211 from IronCoreLabs/rand-0.6
Update to use Rand 0.6
This commit is contained in:
commit
fc067303bb
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", default-features = false }
|
||||
rand = { version = "0.6.0", default-features = false }
|
||||
byteorder = { version = "^1.2.3", default-features = false, features = ["i128"] }
|
||||
digest = { version = "0.8", default-features = false }
|
||||
clear_on_drop = "=0.2.3"
|
||||
|
|
@ -50,7 +50,7 @@ serde = { version = "1.0", optional = true }
|
|||
packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
rand = { version = "0.5", default-features = false }
|
||||
rand = { version = "0.6.0", default-features = false }
|
||||
byteorder = { version = "^1.2.3", default-features = false, features = ["i128"] }
|
||||
digest = { version = "0.8", default-features = false }
|
||||
clear_on_drop = "=0.2.3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue