Migrate to rand 0.7

This commit is contained in:
Jack Grigg 2019-07-14 12:19:01 +01:00
parent 1d005881d0
commit fa4eaeb7a6
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ homepage = "https://github.com/ebfull/pairing"
repository = "https://github.com/ebfull/pairing"
[dependencies]
rand_core = "0.4"
byteorder = "1"
ff = { path = "../ff", features = ["derive"] }
group = { path = "../group" }
rand_core = "0.5"
[dev-dependencies]
rand_xorshift = "0.1"
rand_xorshift = "0.2"
[features]
unstable-features = ["expose-arith"]