Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Oct 27, 2020
1 parent 888bbca commit 0ccd0b3
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 @@ -13,10 +13,10 @@ edition = "2018"
rand = "0.7"
byteorder = "1"
num_cpus = "1"
crossbeam = "0.7"
crossbeam = "0.8"
ff = { version = "0.2.1", package = "fff" }
blake2b_simd = "0.5.8"
bellperson = { git = "https://github.com/filecoin-project/bellman", branch = "blstrs", default-features = false }
bellperson = { git = "https://github.com/filecoin-project/bellperson", branch = "blstrs", default-features = false }
groupy = "0.3.0"
rand_chacha = "0.2.1"
rayon = "1.2.1"
Expand Down

0 comments on commit 0ccd0b3

Please sign in to comment.