From a9c1392f1915b17b3f94856b02318eca0e287f00 Mon Sep 17 00:00:00 2001 From: Davide Galassi Date: Mon, 9 Sep 2024 14:51:19 +0200 Subject: [PATCH] Anchor ring-proof to a rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 365b241..7393527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rand_chacha = { version = "0.3", default-features = false } rayon = { version = "1.10", default-features = false, optional = true } hmac = {version = "0.12", default-features = false, optional = true } # Waiting for crates.io -ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", branch = "extended", default-features = false, optional = true } +ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "1080a5d", default-features = false, optional = true } # Curves ark-secp256r1 = { version = "0.4.0", default-features = false, optional = true } ark-ed25519 = { version = "0.4.0", default-features = false, optional = true }