From f7013a75ab844f6e78514985479a8592f73d515c Mon Sep 17 00:00:00 2001 From: Charles Schleich Date: Thu, 16 Jan 2025 18:45:23 +0100 Subject: [PATCH] dont publish keyexpr wrapper --- zenoh-keyexpr-wasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zenoh-keyexpr-wasm/Cargo.toml b/zenoh-keyexpr-wasm/Cargo.toml index f29ef35..1d90141 100644 --- a/zenoh-keyexpr-wasm/Cargo.toml +++ b/zenoh-keyexpr-wasm/Cargo.toml @@ -3,6 +3,7 @@ name = "zenoh-keyexpr-wrapper" version = "0.1.0" authors = ["Charles Schleich"] edition = "2018" +publish = false [lib] crate-type = ["cdylib", "rlib"]