summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-09-04 12:10:03 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-09-04 12:10:03 +0000
commite165b1e925c433a4035add89f60f606a208c8572 (patch)
tree2ec004a8fa194de37e1b6ca237c59139dad90787
parent42518b55cf65abbb048a2771ce0c173fa035bf33 (diff)
Release version 0.2.0
-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 1d5fa7d..64fb2da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -354,7 +354,7 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
[[package]]
name = "mt-rs"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"blake3",
"criterion",
diff --git a/Cargo.toml b/Cargo.toml
index d8a7858..25cc324 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "mt-rs"
authors = ["Santo Cariotti <santo@dcariotti.me>"]
-version = "0.1.0"
+version = "0.2.0"
edition = "2024"
repository = "https://github.com/boozec/mt"
description = "Merkletrees in Rust. Generate Merkletree quickly for files and folders."