Skip to content

Commit

Permalink
chore: Update pasta_curves package and remove related patch (#1158)
Browse files Browse the repository at this point in the history
- Updated `pasta_curves` package to version "0.5.0" in Cargo.toml.
- Removed `pasta_curves` patch from `crates-io` due to redundancy with `bn256_grumpkin` traits.

This is obsolete since argumentcomputer/arecibo#333
  • Loading branch information
huitseeker authored Feb 20, 2024
1 parent f23bc07 commit 3d2f7f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", default
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]}
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
pasta_curves = { version = "0.5.0" }
proptest = "1.2.0"
proptest-derive = "0.4.0"
rand = "0.8"
Expand Down Expand Up @@ -185,7 +185,3 @@ harness = false
[[bench]]
name = "public_params"
harness = false

[patch.crates-io]
# This is needed to ensure halo2curves, which imports pasta-curves, uses the *same* traits in bn256_grumpkin
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }

0 comments on commit 3d2f7f6

Please sign in to comment.