Skip to content

Commit

Permalink
chore: Remove sppark crate patch from Cargo.toml (#645)
Browse files Browse the repository at this point in the history
- Removed the unnecessary `sppark` crate from the patch section in the project's Cargo.toml file

Fixes #272
  • Loading branch information
huitseeker authored Sep 7, 2023
1 parent 92e687a commit 899c433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,5 @@ name = "public_params"
harness = false

[patch.crates-io]
sppark = { git = "https://github.com/supranational/sppark", rev="5fea26f43cc5d12a77776c70815e7c722fd1f8a7" }
# 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 899c433

Please sign in to comment.