summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent42518b55cf65abbb048a2771ce0c173fa035bf33 (diff)
Release version 0.2.0
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 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."