Skip to content

Commit 61cf34a

Browse files
committed
zcash_address 0.6.1
1 parent cf05139 commit 61cf34a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/zcash_address/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.6.1] - 2024-12-13
911
### Added
1012
- `no-std` support, via a default-enabled `std` feature flag.
1113

components/zcash_address/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zcash_address"
33
description = "Zcash address parsing and serialization"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
authors = [
66
"Jack Grigg <[email protected]>",
77
]

supply-chain/imports.lock

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# cargo-vet imports lock
33

4+
[[unpublished.zcash_address]]
5+
version = "0.6.1"
6+
audited_as = "0.6.0"
7+
48
[[publisher.bumpalo]]
59
version = "3.16.0"
610
when = "2024-04-08"

0 commit comments

Comments
 (0)