summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."