From 051dfe395c3a2337f79ac52aded6a93d074b6c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Mon, 15 Jan 2024 01:08:40 +0100 Subject: [PATCH] Bump version to `0.2.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2fa3c4..30e51c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["merkle", "tree", "hash", "data", "structure"] repository = "https://github.com/ureeves/healm" authors = ["Eduardo Leegwater Simões "] -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT"