From 526cbed2358578f56df29d3ed03d5b52248abf34 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 15 Sep 2022 16:03:41 +0000 Subject: [PATCH] Point patch directive at `zcash/librustzcash` zcash/orchard#357 pointed the patch at the PR branch's repository, which broke as soon as the PR branch was deleted from that repository. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a9b5437..97194e8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,5 +86,5 @@ debug = true debug = true [patch.crates-io] -zcash_note_encryption = { git = "https://github.com/daira/librustzcash.git", rev = "515b0a40ec06eb640fffa65b745166511bf56ecc" } +zcash_note_encryption = { git = "https://github.com/zcash/librustzcash.git", rev = "515b0a40ec06eb640fffa65b745166511bf56ecc" } group = { git = "https://github.com/zkcrypto/group.git", rev = "a7f3ceb2373e9fe536996f7b4d55c797f3e667f0" }