diff --git a/Cargo.lock b/Cargo.lock index 4cf7e5c6df0..b5412e2dc7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1376,6 +1376,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "orchard" version = "0.5.0" +source = "git+https://github.com/QED-it/orchard?branch=ivk-to-bytes-visibility-downgrade-with-burn-valid#5bc2dc4d1653c38bc753c794e596cfbcc00237dd" dependencies = [ "aes", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index a49a182d13d..b25994b1fd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,8 +120,7 @@ panic = 'abort' codegen-units = 1 [patch.crates-io] -#orchard = { version = "0.5", git = "https://github.com/QED-it/orchard", branch = "ivk-to-bytes-visibility-downgrade-with-burn-valid" } -orchard = { version = "0.5", path = "../orchard" } +orchard = { version = "0.5", git = "https://github.com/QED-it/orchard", branch = "ivk-to-bytes-visibility-downgrade-with-burn-valid" } zcash_note_encryption = { version = "0.4", git = "https://github.com/QED-it/librustzcash.git", branch = "zsa-bundle-in-v5-vector-serialization_with_burn_validation_new" } zcash_address = { version = "0.3", git = "https://github.com/QED-it/librustzcash.git", branch = "zsa-bundle-in-v5-vector-serialization_with_burn_validation_new" } zcash_primitives = { version = "0.12", git = "https://github.com/QED-it/librustzcash.git", branch = "zsa-bundle-in-v5-vector-serialization_with_burn_validation_new" }