From 4886d0f59bab2a87b3fe8bb521296c26b7835441 Mon Sep 17 00:00:00 2001 From: autquis Date: Tue, 16 Apr 2024 18:28:21 +0200 Subject: [PATCH] Update `Cargo.toml` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }