Merge pull request #126 from zcash/release-0.1.1

Release 0.1.1
This commit is contained in:
str4d 2024-02-15 19:58:23 +00:00 committed by GitHub
commit 953d28204f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
## [0.1.1] - 2024-02-15
### Fixed
- `sapling_crypto::builder::BundleType::num_outputs` now matches the previous
behaviour for Sapling bundle padding, by including dummy outputs if there are

2
Cargo.lock generated
View File

@ -1271,7 +1271,7 @@ dependencies = [
[[package]]
name = "sapling-crypto"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"aes",
"bellman",

View File

@ -1,6 +1,6 @@
[package]
name = "sapling-crypto"
version = "0.1.0"
version = "0.1.1"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",