zcash_protocol 0.4.2

This commit is contained in:
Jack Grigg 2024-12-13 15:37:57 +00:00
parent 97aab07cc7
commit b04cf09fcb
4 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -6411,7 +6411,7 @@ dependencies = [
[[package]]
name = "zcash_protocol"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"document-features",
"incrementalmerkletree",

View File

@ -6,6 +6,7 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.4.2] - 2024-12-13
### Added
- `no-std` compatibility (`alloc` is required). A default-enabled `std` feature
flag has been added gating the `std::error::Error` and `memuse` usage.

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_protocol"
description = "Zcash protocol network constants and value types."
version = "0.4.1"
version = "0.4.2"
authors = [
"Jack Grigg <jack@electriccoin.co>",
"Kris Nuttycombe <kris@nutty.land>",

View File

@ -1,6 +1,10 @@
# cargo-vet imports lock
[[unpublished.zcash_protocol]]
version = "0.4.2"
audited_as = "0.4.1"
[[publisher.bumpalo]]
version = "3.16.0"
when = "2024-04-08"