Skip to content

Commit

Permalink
Migrate ff, group, pairing, and bellman to rand 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 18, 2019
1 parent 533d586 commit 055280f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/ebfull/bellman"
version = "0.1.0"

[dependencies]
rand_core = "0.3"
rand_core = "0.4"
bit-vec = "0.4.4"
ff = { path = "../ff" }
futures = "0.1"
Expand All @@ -21,7 +21,7 @@ pairing = { path = "../pairing", optional = true }
byteorder = "1"

[dev-dependencies]
rand = "0.5"
rand = "0.6"

[features]
groth16 = ["pairing"]
Expand Down

0 comments on commit 055280f

Please sign in to comment.