Update to zcash_client_sqlite-0.8.0-rc.3

This commit is contained in:
Kris Nuttycombe 2023-09-12 12:15:53 -06:00
parent 9b18fe12d9
commit 5037102faf
2 changed files with 4 additions and 4 deletions

View File

@ -2147,9 +2147,9 @@ dependencies = [
[[package]]
name = "zcash_client_sqlite"
version = "0.8.0-rc.2"
version = "0.8.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9746289b9650b14f5d24446c01e8398739e82a8bb8350eafa6a057e3a7f08c7e"
checksum = "a7f5ac4a1ff9258f215b090d97df506c0bcb3ada3f13aa388cdceeb69f67492d"
dependencies = [
"bs58",
"byteorder",

View File

@ -22,8 +22,8 @@ schemer = "0.2"
secp256k1 = "0.26"
secrecy = "0.8"
zcash_address = "0.3"
zcash_client_backend = { version = "=0.10.0-rc.2", features = ["transparent-inputs", "unstable", "unstable-serialization"] }
zcash_client_sqlite = { version = "=0.8.0-rc.2", features = ["transparent-inputs", "unstable"] }
zcash_client_backend = { version = "=0.10.0-rc.2", features = ["transparent-inputs", "unstable"] }
zcash_client_sqlite = { version = "=0.8.0-rc.3", features = ["transparent-inputs", "unstable"] }
zcash_primitives = "=0.13.0-rc.1"
zcash_proofs = "=0.13.0-rc.1"
orchard = { version = "0.6", default-features = false }