From c34635f53a69284517ac2355fea0399ac3fec7a9 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Fri, 17 May 2024 14:34:23 +0530 Subject: [PATCH] chore: release v2.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86898e7..7065c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vacp2p_pmtree" -version = "2.0.1" +version = "2.0.2" edition = "2021" license = "MIT OR Apache-2.0" description = "Persistent Merkle Tree in Rust"