mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-09 23:51:29 +01:00
update crate versions (#36)
This PR updates the crate versions of neptune, bellperson, and bellperson-nonnative to the latest.
This commit is contained in:
@@ -11,7 +11,7 @@ license-file = "LICENSE"
|
||||
keywords = ["zkSNARKs", "cryptography", "proofs"]
|
||||
|
||||
[dependencies]
|
||||
bellperson = "0.19.1"
|
||||
bellperson = "0.20"
|
||||
ff = {version = "0.11.0", features = ["derive"]}
|
||||
merlin = "2.0.0"
|
||||
rand = "0.8.4"
|
||||
@@ -23,7 +23,7 @@ rand_chacha = "0.3"
|
||||
itertools = "0.9.0"
|
||||
subtle = "2.4"
|
||||
pasta_curves = "0.3.0"
|
||||
neptune = "6"
|
||||
neptune = "6.1"
|
||||
generic-array = "0.14.4"
|
||||
bellperson-nonnative = "0.2.0"
|
||||
bellperson-nonnative = "0.2.1"
|
||||
rug = { version = "1.10", default-features = false, features = ["integer", "serde", "rand"] }
|
||||
|
||||
Reference in New Issue
Block a user