From 55e485ebce8b7095422da42717511e9be5010331 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:16:37 +0200 Subject: [PATCH] Update Cargo.toml --- common/nym-kkt-context/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nym-kkt-context/Cargo.toml b/common/nym-kkt-context/Cargo.toml index 9ab1c8e123..008eaddcaf 100644 --- a/common/nym-kkt-context/Cargo.toml +++ b/common/nym-kkt-context/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true rust-version.workspace = true readme.workspace = true version.workspace = true -publish = false +publish = true [dependencies] num_enum = { workspace = true }