From e165b1e925c433a4035add89f60f606a208c8572 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 4 Sep 2025 14:10:03 +0200 Subject: Release version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] -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." -- cgit v1.2.3-71-g8e6c