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 --- arch/msp430/Cargo.toml | 1 + arch/riscv/Cargo.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'arch') diff --git a/arch/msp430/Cargo.toml b/arch/msp430/Cargo.toml index d5bcc31e..9931ff33 100644 --- a/arch/msp430/Cargo.toml +++ b/arch/msp430/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["jrozner"] edition = "2021" license = "Apache-2.0" +publish = false [dependencies] binaryninja.workspace = true diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml index d5ab661e..ff9643df 100644 --- a/arch/riscv/Cargo.toml +++ b/arch/riscv/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Ryan Snyder "] edition = "2021" license = "Apache-2.0" +publish = false [dependencies] binaryninja.workspace = true -- cgit v1.3.1