diff --git a/Cargo.toml b/Cargo.toml index d0797bfa..7db3fb38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ ark-std = { git = "https://github.com/arkworks-rs/std/" } ark-ff = { git = "https://github.com/arkworks-rs/algebra/" } ark-ec = { git = "https://github.com/arkworks-rs/algebra/" } ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" } -ark-crypto-primitives = { git = "https://github.com/HungryCatsStudio/crypto-primitives/", branch = "fix-build-features-ci"} +ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives/"} ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" } ark-bls12-377 = { git = "https://github.com/arkworks-rs/algebra/" }