From 3263306e61baf3f90ea6469fd3f062238ab4ecf4 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Fri, 26 Apr 2024 14:46:06 +0200 Subject: [PATCH] fix: Deny publishing of zenoh-ext-examples (#984) --- zenoh-ext/examples/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zenoh-ext/examples/Cargo.toml b/zenoh-ext/examples/Cargo.toml index 3493016835..9cca8848ff 100644 --- a/zenoh-ext/examples/Cargo.toml +++ b/zenoh-ext/examples/Cargo.toml @@ -22,6 +22,7 @@ edition = { workspace = true } license = { workspace = true } categories = { workspace = true } description = "Internal crate for zenoh" +publish = false [badges] maintenance = { status = "actively-developed" }