zcash_primitives 0.15.1

This commit is contained in:
Jack Grigg 2024-05-23 20:35:18 +00:00
parent 7ca695ea3c
commit 8b2188a0f3
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3176,7 +3176,7 @@ dependencies = [
[[package]]
name = "zcash_primitives"
version = "0.15.0"
version = "0.15.1"
dependencies = [
"aes",
"assert_matches",

View File

@ -7,6 +7,8 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.15.1] - 2024-05-23
- Fixed `sapling-crypto` dependency to not enable its `multicore` feature flag
when the default features of `zcash_primitives` are disabled.

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_primitives"
description = "Rust implementations of the Zcash primitives"
version = "0.15.0"
version = "0.15.1"
authors = [
"Jack Grigg <jack@z.cash>",
"Kris Nuttycombe <kris@electriccoin.co>"