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"] }