summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parente165b1e925c433a4035add89f60f606a208c8572 (diff)
Release 0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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."