diff --git a/masp_proofs/Cargo.toml b/masp_proofs/Cargo.toml index a43551b2..988a42d7 100644 --- a/masp_proofs/Cargo.toml +++ b/masp_proofs/Cargo.toml @@ -79,3 +79,6 @@ required-features = ["download-params"] [badges] maintenance = { status = "actively-developed" } + +[patch.crates-io] +reddsa = { git = "https://github.com/heliaxdev/reddsa", revision = "46d363b929e1b940688fa0c53d637e304a755185" }