Skip to content

Commit

Permalink
Update to incrementalmerkletree version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Sep 26, 2024
1 parent 984a088 commit b1ad369
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this library adheres to Rust's notion of

## [Unreleased]

### Changed
- Updated to `incrementalmerkletree` version `0.7`.

## [0.2.0] - 2024-08-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tracing = "0.1"

# Note Commitment Trees
bitvec = "1"
incrementalmerkletree = { version = "0.6", features = ["legacy-api"] }
incrementalmerkletree = { version = "0.7", features = ["legacy-api"] }

# Note encryption
zcash_note_encryption = { version = "0.4", features = ["pre-zip-212"] }
Expand All @@ -72,7 +72,7 @@ zip32 = "0.1"
[dev-dependencies]
chacha20poly1305 = "0.10"
criterion = "0.4"
incrementalmerkletree = { version = "0.6", features = ["legacy-api", "test-dependencies"] }
incrementalmerkletree = { version = "0.7", features = ["legacy-api", "test-dependencies"] }
proptest = "1"
rand_xorshift = "0.3"

Expand Down

0 comments on commit b1ad369

Please sign in to comment.