From cb27cbabb4f095aeee4139410b38c2705646d0cf Mon Sep 17 00:00:00 2001 From: Preston Evans Date: Mon, 12 Aug 2024 14:07:40 -0500 Subject: [PATCH] Release v0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ee988c..96de508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmt-rs" -version = "0.2.1" +version = "0.2.2" edition = "2021" description = "A namespaced merkle tree compatible with Celestia" license = "MIT OR Apache-2.0"