Migrate to rand 0.7
This commit is contained in:
parent
1d005881d0
commit
fa4eaeb7a6
|
@ -15,13 +15,13 @@ homepage = "https://github.com/ebfull/pairing"
|
||||||
repository = "https://github.com/ebfull/pairing"
|
repository = "https://github.com/ebfull/pairing"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand_core = "0.4"
|
|
||||||
byteorder = "1"
|
byteorder = "1"
|
||||||
ff = { path = "../ff", features = ["derive"] }
|
ff = { path = "../ff", features = ["derive"] }
|
||||||
group = { path = "../group" }
|
group = { path = "../group" }
|
||||||
|
rand_core = "0.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand_xorshift = "0.1"
|
rand_xorshift = "0.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable-features = ["expose-arith"]
|
unstable-features = ["expose-arith"]
|
||||||
|
|
Loading…
Reference in New Issue