zcash_client_sqlite 0.7.1

This commit is contained in:
Carter Jernigan 2023-05-19 10:15:24 -04:00 committed by Carter Jernigan
parent 138342cec5
commit ac63df2759
2 changed files with 3 additions and 3 deletions

View File

@ -2450,9 +2450,9 @@ dependencies = [
[[package]]
name = "zcash_client_sqlite"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3e1f70b1e76d5a0256d93c5c8ee6a6f54fe7d50dcd47c1230c1ed434548856e"
checksum = "6be255cd5f217fa8bbe599cf07d56ded68b1f43180dbeda1822bee851f5f1971"
dependencies = [
"bs58",
"group",

View File

@ -21,7 +21,7 @@ secp256k1 = "0.21"
secrecy = "0.8"
zcash_address = "0.2"
zcash_client_backend = { version = "0.9", features = ["transparent-inputs", "unstable"] }
zcash_client_sqlite = { version = "0.7", features = ["transparent-inputs", "unstable"] }
zcash_client_sqlite = { version = "0.7.1", features = ["transparent-inputs", "unstable"] }
zcash_primitives = "0.11"
zcash_proofs = "0.11"
orchard = { version = "0.4", default-features = false }