From cfce6dedffba851ef2c8e404d224e43597584d3e Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:13:35 +0200 Subject: [PATCH] Update Cargo.toml --- common/nym-kkt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nym-kkt/Cargo.toml b/common/nym-kkt/Cargo.toml index 02c9f50d49..6c7892e511 100644 --- a/common/nym-kkt/Cargo.toml +++ b/common/nym-kkt/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Georgio Nicolas "] edition = { workspace = true } license.workspace = true -publish = false +publish = true [dependencies] thiserror = { workspace = true }