Release sapling-crypto version 0.3.0
This commit is contained in:
parent
79a285d845
commit
2f6a08212c
|
@ -7,6 +7,8 @@ and this library adheres to Rust's notion of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2024-10-02
|
||||
|
||||
### Changed
|
||||
- Updated to `incrementalmerkletree` version `0.7`.
|
||||
|
||||
|
|
|
@ -1273,7 +1273,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sapling-crypto"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"bellman",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sapling-crypto"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = [
|
||||
"Sean Bowe <sean@electriccoin.co>",
|
||||
"Jack Grigg <jack@electriccoin.co>",
|
||||
|
|
Loading…
Reference in New Issue