mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
use production rand 0.5 release
This commit is contained in:
parent
d1e6f3a968
commit
715208e0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ default-features = false
|
||||||
|
|
||||||
[dependencies.rand]
|
[dependencies.rand]
|
||||||
optional = true
|
optional = true
|
||||||
version = "=0.5.0-pre.2"
|
version = "^0.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.2"
|
criterion = "0.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue