From 99cb083f02cff015d80c67d95715de6fdd032ef4 Mon Sep 17 00:00:00 2001 From: mmagician <marcin.gorny.94@protonmail.com> Date: Fri, 9 Feb 2024 17:27:28 +0100 Subject: [PATCH] Revert "temp patch to absorb-derive branch" This reverts commit a0a07004ca7288504693c353470db43725b3fff4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b61d22a..bc7f3243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ debug = true 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 = "absorb"} +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/curves/" }