Skip to content

Commit

Permalink
use zcash_script 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Aug 31, 2022
1 parent 8681e2e commit 722b027
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
12 changes: 3 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
# List of URLs for allowed Git repositories
allow-git = [
# for zcash_proofs > 0.7.1 while it's still not published
"https://github.com/zcash/librustzcash.git"
]

[sources.allow-org]
github = [
"ZcashFoundation",
]
2 changes: 1 addition & 1 deletion zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zcash_script = { git = "https://github.com/ZcashFoundation/zcash_script.git", rev = "0ccbbba5d84ebb33c867161147848bf89d6f0596" }
zcash_script = "0.1.7"

zebra-chain = { path = "../zebra-chain" }

Expand Down

0 comments on commit 722b027

Please sign in to comment.