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 --- plugins/dwarf/shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/dwarf/shared') diff --git a/plugins/dwarf/shared/Cargo.toml b/plugins/dwarf/shared/Cargo.toml index 19cb963e..e1404c74 100644 --- a/plugins/dwarf/shared/Cargo.toml +++ b/plugins/dwarf/shared/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Kyle Martin "] edition = "2021" license = "Apache-2.0" +publish = false [dependencies] binaryninja.workspace = true -- cgit v1.3.1