From 21b36dc3119d648755777605358886cdd7992a23 Mon Sep 17 00:00:00 2001 From: sripwoud Date: Tue, 6 Aug 2024 23:02:33 +0200 Subject: [PATCH] chore: manage separate versions per crate --- crates/imt/Cargo.toml | 2 +- crates/smt/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/imt/Cargo.toml b/crates/imt/Cargo.toml index 405cb74..849c501 100644 --- a/crates/imt/Cargo.toml +++ b/crates/imt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-kit-imt" -version.workspace = true +version = "0.0.4" edition.workspace = true license.workspace = true publish.workspace = true diff --git a/crates/smt/Cargo.toml b/crates/smt/Cargo.toml index dbd11fe..3e3db0d 100644 --- a/crates/smt/Cargo.toml +++ b/crates/smt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-kit-smt" -version.workspace = true +version = "0.0.4" edition.workspace = true license.workspace = true publish.workspace = true