Skip to content

Commit

Permalink
Release zcash_protocol version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent 0e3c35e commit a5bfc5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions components/zcash_protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.3] - 2024-12-16
### Added
- `zcash_protocol::TxId` (moved from `zcash_primitives::transaction`).

Expand Down
4 changes: 2 additions & 2 deletions components/zcash_protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zcash_protocol"
description = "Zcash protocol network constants and value types."
version = "0.4.2"
version = "0.4.3"
authors = [
"Jack Grigg <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down Expand Up @@ -42,7 +42,7 @@ proptest.workspace = true

[features]
default = ["std"]
std = ["dep:document-features", "dep:memuse"]
std = ["document-features", "dep:memuse"]

## Exposes APIs that are useful for testing, such as `proptest` strategies.
test-dependencies = [
Expand Down

0 comments on commit a5bfc5e

Please sign in to comment.