zcash_client_sqlite 0.8.0-rc.5

This commit is contained in:
Jack Grigg 2023-09-22 23:26:43 +01:00
parent 4afc24af6a
commit 30c58ebfb2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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

View File

@ -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>"