zcash_client_sqlite 0.8.0-rc.5
This commit is contained in:
parent
4afc24af6a
commit
30c58ebfb2
|
@ -2988,7 +2988,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_client_sqlite"
|
||||
version = "0.8.0-rc.4"
|
||||
version = "0.8.0-rc.5"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bs58",
|
||||
|
|
|
@ -7,7 +7,7 @@ and this library adheres to Rust's notion of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.0-rc.4] - 2023-09-19
|
||||
## [0.8.0-rc.5] - 2023-09-22
|
||||
|
||||
### Notable Changes
|
||||
- The `v_transactions` and `v_tx_outputs` views have changed in terms of what
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zcash_client_sqlite"
|
||||
description = "An SQLite-based Zcash light client"
|
||||
version = "0.8.0-rc.4"
|
||||
version = "0.8.0-rc.5"
|
||||
authors = [
|
||||
"Jack Grigg <jack@z.cash>",
|
||||
"Kris Nuttycombe <kris@electriccoin.co>"
|
||||
|
|
Loading…
Reference in New Issue