Specify rand_core >= 0.5.1 for OsRng import.

This commit is contained in:
Jim Posen
2019-10-04 08:50:01 +02:00
parent 524055bbb4
commit 93563c3c65
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ lazy_static = "1"
log = "0.4"
pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_core = "0.5.1"
sha2 = "0.8"
[dev-dependencies]