From 7760b9d44b8b79a1a1f78236f5174eb4f7b194f8 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 6 Feb 2026 14:19:09 -0800 Subject: [Rust] Fix plugins being referenced in `cargo about` output --- rust/plugin_examples/data_renderer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/plugin_examples') diff --git a/rust/plugin_examples/data_renderer/Cargo.toml b/rust/plugin_examples/data_renderer/Cargo.toml index 5911392f..2887b738 100644 --- a/rust/plugin_examples/data_renderer/Cargo.toml +++ b/rust/plugin_examples/data_renderer/Cargo.toml @@ -2,6 +2,7 @@ name = "example_data_renderer" version = "0.1.0" edition = "2021" +publish = false [lib] crate-type = ["cdylib"] -- cgit v1.3.1