Skip to content

Commit

Permalink
use released zcash_script
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Jun 13, 2024
1 parent 8d9405b commit 67f417c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 59 deletions.
57 changes: 3 additions & 54 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1073,47 +1073,6 @@ dependencies = [
"syn 2.0.66",
]

[[package]]
name = "cxx"
version = "1.0.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048948e14bc2c2652ec606c8e3bb913407f0187288fb351a0b2d972beaf12070"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]

[[package]]
name = "cxx-gen"
version = "0.7.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383ecb9f96a536a1c7a2a61c5786f583da84f9240da149d78d005a4413c9a71e"
dependencies = [
"codespan-reporting",
"proc-macro2",
"quote",
"syn 2.0.66",
]

[[package]]
name = "cxxbridge-flags"
version = "1.0.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af40b0467c68d3d9fb7550ef984edc8ad47252f703ef0f1f2d1052e0e4af8793"

[[package]]
name = "cxxbridge-macro"
version = "1.0.113"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7743446286141c9f6d4497c493c01234eb848e14d2e20866ae9811eae0630cb9"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]

[[package]]
name = "darling"
version = "0.13.4"
Expand Down Expand Up @@ -2617,17 +2576,6 @@ dependencies = [
"tracing",
]

[[package]]
name = "metrics-macros"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b4faf00617defe497754acde3024865bc143d44a86799b24e191ecff91354f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]

[[package]]
name = "metrics-util"
version = "0.16.2"
Expand Down Expand Up @@ -5935,8 +5883,9 @@ dependencies = [

[[package]]
name = "zcash_script"
version = "0.1.16"
source = "git+https://github.com/ZcashFoundation/zcash_script.git?rev=73f28bed340e698ea0eaad608548508ae4dcbc59#73f28bed340e698ea0eaad608548508ae4dcbc59"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2122a042c77d529d3c60b899e74705eda39ae96a8a992460caeb06afa76990a2"
dependencies = [
"bindgen",
"cc",
Expand Down
6 changes: 1 addition & 5 deletions zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ keywords = ["zebra", "zcash"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]

[dependencies]
# zcash_script = "0.1.14"
# TODO: point to released version after https://github.com/ZcashFoundation/zcash_script/pull/157
# merges and is included in a release
zcash_script = { git = "https://github.com/ZcashFoundation/zcash_script.git", rev = "73f28bed340e698ea0eaad608548508ae4dcbc59" }

zcash_script = "0.2.0"
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.37" }

thiserror = "1.0.61"
Expand Down

0 comments on commit 67f417c

Please sign in to comment.