Release incrementalmerkletree version 0.7.1

This commit is contained in:
Kris Nuttycombe 2024-12-16 10:05:04 -07:00
parent 0eecd6dae7
commit 507f6775ac
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -112,7 +112,7 @@ checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
[[package]]
name = "incrementalmerkletree"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"either",
"proptest",

View File

@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
## Unreleased
## [0.7.1] - 2024-12-16
### Added
- `no-std` support, via a default-enabled `std` feature flag.

View File

@ -1,7 +1,7 @@
[package]
name = "incrementalmerkletree"
description = "Common types, interfaces, and utilities for Merkle tree data structures"
version = "0.7.0"
version = "0.7.1"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Kris Nuttycombe <kris@nutty.land>",