From cfa60053cdfbab580e3d1a026ee4de0804e239fe Mon Sep 17 00:00:00 2001 From: Tal Derei Date: Sun, 25 Feb 2024 21:19:16 -0800 Subject: [PATCH] update branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 733eb5a..016ffd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/penumbra-zone/decaf377-rdsa" [dependencies] blake2b_simd = "0.5" byteorder = "1.3" -decaf377 = {git = "https://github.com/penumbra-zone/decaf377", branch = "update-deps", features = ["arkworks", "r1cs"]} +decaf377 = {git = "https://github.com/penumbra-zone/decaf377", branch = "update-deps-rev", features = ["arkworks", "r1cs"]} digest = "0.9" rand_core = "0.6" serde = { version = "1", optional = true, features = ["derive"] }