Skip to content

Commit

Permalink
Point zcash_script dependency at master
Browse files Browse the repository at this point in the history
Show that the existing Zebra main branch would work with a new zcash_script
release.
  • Loading branch information
sellout committed Sep 29, 2024
1 parent ac1242a commit 76d379f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5957,10 +5957,10 @@ dependencies = [
[[package]]
name = "zcash_script"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2122a042c77d529d3c60b899e74705eda39ae96a8a992460caeb06afa76990a2"
source = "git+https://github.com/ZcashFoundation/zcash_script.git?rev=9d16e79#9d16e79c72ea469642ae991f064c30de424bba99"
dependencies = [
"bindgen",
"bitflags 2.6.0",
"cc",
]

Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ members = [
"zebra-test",
"zebra-utils",
"zebra-scan",
"zebra-grpc",
"zebra-grpc",
"tower-batch-control",
"tower-fallback",
]
Expand All @@ -34,6 +34,9 @@ zcash_primitives = "0.17.0"
zcash_proofs = "0.17.0"
zcash_protocol = "0.3.0"

[patch.crates-io]
zcash_script = { git = 'https://github.com/ZcashFoundation/zcash_script.git', rev = "9d16e79" }

[workspace.metadata.release]

# We always do releases from the main branch
Expand Down

0 comments on commit 76d379f

Please sign in to comment.