Skip to content

Commit

Permalink
upgrade: ark deps to avoid conflicts (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Pratyush Mishra <[email protected]>
  • Loading branch information
RajeshRk18 and Pratyush authored Oct 25, 2024
1 parent a573c15 commit dbc38c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ num-bigint = { version = "=0.4.3", default-features = false, features = ["rand"]

# ZKP Generation
ark-crypto-primitives = { version = "=0.4.0" }
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }
ark-ff = { version = "=0.4.1", default-features = false, features = ["parallel", "asm"] }
ark-ec = { version = "=0.4.2", default-features = false, features = ["parallel"] }
ark-ff = { version = "=0.4.2", default-features = false, features = ["parallel", "asm"] }
ark-std = { version = "=0.4.0", default-features = false, features = ["parallel"] }
ark-bn254 = { version = "=0.4.0" }
ark-groth16 = { version = "=0.4.0", default-features = false, features = ["parallel"] }
ark-poly = { version = "=0.4.1", default-features = false, features = ["parallel"] }
ark-poly = { version = "=0.4.2", default-features = false, features = ["parallel"] }
ark-relations = { version = "=0.4.0", default-features = false }
ark-serialize = { version = "=0.4.1", default-features = false }
ark-serialize = { version = "=0.4.2", default-features = false }

# decoding of data
hex = "=0.4.3"
Expand Down

0 comments on commit dbc38c5

Please sign in to comment.