zcash_client_sqlite 0.10.2
This commit is contained in:
parent
9195019375
commit
bea4097ded
|
@ -3055,7 +3055,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_client_sqlite"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"bls12_381",
|
||||
|
|
|
@ -7,6 +7,11 @@ and this library adheres to Rust's notion of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.2] - 2024-03-27
|
||||
|
||||
### Fixed
|
||||
- A bug in the SQL querey for `WalletDb::get_unspent_transparent_output` was fixed.
|
||||
|
||||
## [0.10.1] - 2024-03-25
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zcash_client_sqlite"
|
||||
description = "An SQLite-based Zcash light client"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
authors = [
|
||||
"Jack Grigg <jack@z.cash>",
|
||||
"Kris Nuttycombe <kris@electriccoin.co>"
|
||||
|
|
Loading…
Reference in New Issue