Skip to content

Commit

Permalink
Merge pull request #18 from WizardOfMenlo/wiz/update-cargo
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
WizardOfMenlo authored Nov 25, 2024
2 parents cac6e2c + 0578546 commit cb5acff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
35 changes: 0 additions & 35 deletions Cargo.lock

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

9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,4 @@ parallel = [
]
rayon = ["dep:rayon"]

[patch.crates-io]
ark-std = { git = "https://github.com/arkworks-rs/std" }
ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives" }
ark-test-curves = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" }
ark-ff = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" }
ark-poly = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" }
ark-serialize = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" }
ark-ec = { git = "https://github.com/WizardOfMenlo/algebra", branch = "fft_extensions" }

0 comments on commit cb5acff

Please sign in to comment.