zcash_proofs 0.12.1

This commit is contained in:
Jack Grigg 2023-06-28 17:26:47 +01:00
parent 3de60c7b91
commit 6f4d68f935
2 changed files with 3 additions and 1 deletions

View File

@ -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.12.1] - 2023-06-28
### Changed
- Replaced internal `directories` dependency which now transitively depends on
MPL-licensed code.

View File

@ -1,7 +1,7 @@
[package]
name = "zcash_proofs"
description = "Zcash zk-SNARK circuits and proving APIs"
version = "0.12.0"
version = "0.12.1"
authors = [
"Jack Grigg <jack@z.cash>",
]