Skip to content

Commit

Permalink
update cargo versions (argumentcomputer#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty authored Oct 27, 2023
1 parent 2e89ed8 commit bd6e4e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ keywords = ["zkSNARKs", "cryptography", "proofs"]
rust-version="1.67.1"

[dependencies]
bellpepper-core = { version="0.2.0", default-features = false }
bellpepper = { version="0.2.0", default-features = false }
bellpepper-core = { version="0.3.0", default-features = false }
bellpepper = { version="0.3.0", default-features = false }
ff = { version = "0.13.0", features = ["derive"] }
digest = "0.10"
sha3 = "0.10"
Expand All @@ -22,7 +22,7 @@ rand_core = { version = "0.6", default-features = false }
rand_chacha = "0.3"
subtle = "2.5"
pasta_curves = { version = "0.5", features = ["repr-c", "serde"] }
neptune = { version = "11.0.0", default-features = false }
neptune = { version = "11.1.0", default-features = false }
generic-array = "0.14"
num-bigint = { version = "0.4", features = ["serde", "rand"] }
num-traits = "0.2"
Expand Down

0 comments on commit bd6e4e1

Please sign in to comment.