Skip to content

Commit

Permalink
patch Cargo.toml with newest algebra master
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed May 14, 2023
1 parent 64a6f2e commit e7fd43d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ lto = "thin"
incremental = true
debug-assertions = true
debug = true

[patch.crates-io]
ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
ark-poly = { git = "https://github.com/arkworks-rs/algebra/" }
ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }

0 comments on commit e7fd43d

Please sign in to comment.