zcash_protocol 0.4.2
This commit is contained in:
parent
97aab07cc7
commit
b04cf09fcb
|
@ -6411,7 +6411,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zcash_protocol"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"document-features",
|
||||
"incrementalmerkletree",
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue