summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-09-09 12:35:42 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-09-09 12:35:42 +0000
commit95ca7f2c3bcee434d4c7fba810117e305925e4d5 (patch)
tree1e3be4794761a18237117f055cdb2023ca4e7609
parente165b1e925c433a4035add89f60f606a208c8572 (diff)
Release 0.2.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <santo@dcariotti.me>"]
-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."