From 42ffb7d36ecfc3ca9c230538bdd99637f4b0d217 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:10:51 +0200 Subject: [PATCH] Enable publishing for nym-kkt-ciphersuite --- common/nym-kkt-ciphersuite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nym-kkt-ciphersuite/Cargo.toml b/common/nym-kkt-ciphersuite/Cargo.toml index 65722caab8..5c71596d02 100644 --- a/common/nym-kkt-ciphersuite/Cargo.toml +++ b/common/nym-kkt-ciphersuite/Cargo.toml @@ -10,7 +10,7 @@ license.workspace = true rust-version.workspace = true readme.workspace = true version.workspace = true -publish = false +publish = true [dependencies] thiserror = { workspace = true }