Skip to content

Commit

Permalink
forgot to switch crypto-primitives back to git
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Jul 24, 2024
1 parent 40895de commit a66df7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sha3 = { version = "0.10" }
itertools = "0.13.0"

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

0 comments on commit a66df7c

Please sign in to comment.