From 4e928fa67ff9632746d530ddfb2ddcce7ceec83d Mon Sep 17 00:00:00 2001 From: Sasha <2592730+superbaud@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:25:05 -0800 Subject: [PATCH 1/2] update hash for librustzcash --- .cargo/config.offline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.offline b/.cargo/config.offline index 260b4c3ae..073216a87 100644 --- a/.cargo/config.offline +++ b/.cargo/config.offline @@ -18,7 +18,7 @@ replace-with = "vendored-sources" [source."https://github.com/zcash/librustzcash.git"] git = "https://github.com/zcash/librustzcash.git" -rev = "53d0a51d33a421cb76d3e3124d1e4c1c9036068e" +rev = "5622b060b1f57de7afc3d0b4e425b9b4b22482a0" replace-with = "vendored-sources" [source."https://github.com/zcash/orchard.git"] From 87101eeaedc3a058de342bc7244c1e463e322cc2 Mon Sep 17 00:00:00 2001 From: Sasha <2592730+superbaud@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:11:25 -0800 Subject: [PATCH 2/2] only librustzcash in config.offline --- .cargo/config.offline | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.cargo/config.offline b/.cargo/config.offline index 073216a87..1f8659ab3 100644 --- a/.cargo/config.offline +++ b/.cargo/config.offline @@ -1,30 +1,10 @@ [source.crates-io] replace-with = "vendored-sources" -[source."https://github.com/ZcashFoundation/ed25519-zebra.git"] -git = "https://github.com/ZcashFoundation/ed25519-zebra.git" -rev = "d3512400227a362d08367088ffaa9bd4142a69c7" -replace-with = "vendored-sources" - -[source."https://github.com/str4d/redjubjub.git"] -git = "https://github.com/str4d/redjubjub.git" -rev = "416a6a8ebf8bd42c114c938883016c04f338de72" -replace-with = "vendored-sources" - -[source."https://github.com/zcash/incrementalmerkletree"] -git = "https://github.com/zcash/incrementalmerkletree" -rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb" -replace-with = "vendored-sources" - [source."https://github.com/zcash/librustzcash.git"] git = "https://github.com/zcash/librustzcash.git" rev = "5622b060b1f57de7afc3d0b4e425b9b4b22482a0" replace-with = "vendored-sources" -[source."https://github.com/zcash/orchard.git"] -git = "https://github.com/zcash/orchard.git" -rev = "2c8241f25b943aa05203eacf9905db117c69bd29" -replace-with = "vendored-sources" - [source.vendored-sources] # The directory for this source is set to RUST_VENDORED_SOURCES by src/Makefile.am