From ec1d06c88f3825ad5aef72cad24441ba5d387ab5 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Sat, 12 Aug 2023 23:59:17 +0400 Subject: [PATCH] chore: new version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ee1b96..1e281e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmtree" -version = "1.0.0" +version = "2.0.0" edition = "2021" description = "Generic for storage Merkle Tree (sparse & fixed-size) in Rust" repository = "https://github.com/Rate-Limiting-Nullifier/pmtree"