Merge pull request #1224 from nuttycom/release/zcash_keys-0.1.1
Release zcash_keys version 0.1.1
This commit is contained in:
commit
0c12f31da5
|
@ -3124,7 +3124,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_keys"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"bech32",
|
||||
"bls12_381",
|
||||
|
|
|
@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.1] - 2024-03-04
|
||||
|
||||
### Added
|
||||
- `zcash_keys::keys::UnifiedAddressRequest::all`
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "zcash_keys"
|
||||
description = "Zcash key and address management"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = [
|
||||
"Jack Grigg <jack@z.cash>",
|
||||
"Kris Nuttycombe <kris@electriccoin.co>"
|
||||
|
|
Loading…
Reference in New Issue