From b3e2092a7af0cec16b1ca825d1456d5f2179cdcb Mon Sep 17 00:00:00 2001 From: Preston Evans <32944016+preston-evans98@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:16:05 +0000 Subject: [PATCH] Release v0.2.1 (#31) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b4f98b..9ee988c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmt-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A namespaced merkle tree compatible with Celestia" license = "MIT OR Apache-2.0"