Skip to content

Commit b04cf09

Browse files
committed
zcash_protocol 0.4.2
1 parent 97aab07 commit b04cf09

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-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_protocol/CHANGELOG.md

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

88
## [Unreleased]
9+
## [0.4.2] - 2024-12-13
910
### Added
1011
- `no-std` compatibility (`alloc` is required). A default-enabled `std` feature
1112
flag has been added gating the `std::error::Error` and `memuse` usage.

components/zcash_protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zcash_protocol"
33
description = "Zcash protocol network constants and value types."
4-
version = "0.4.1"
4+
version = "0.4.2"
55
authors = [
66
"Jack Grigg <[email protected]>",
77
"Kris Nuttycombe <[email protected]>",

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_protocol]]
5+
version = "0.4.2"
6+
audited_as = "0.4.1"
7+
48
[[publisher.bumpalo]]
59
version = "3.16.0"
610
when = "2024-04-08"

0 commit comments

Comments
 (0)