From 95ca7f2c3bcee434d4c7fba810117e305925e4d5 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 9 Sep 2025 14:35:42 +0200 Subject: Release 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64fb2da..77897a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "mt-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "blake3", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 25cc324..3718bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mt-rs" authors = ["Santo Cariotti "] -version = "0.2.0" +version = "0.2.1" edition = "2024" repository = "https://github.com/boozec/mt" description = "Merkletrees in Rust. Generate Merkletree quickly for files and folders." -- cgit v1.2.3-71-g8e6c