summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2026-02-06 14:19:09 -0800
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-02-23 00:09:44 -0800
commit7760b9d44b8b79a1a1f78236f5174eb4f7b194f8 (patch)
tree1ef8336ecdbb4df4bd5cecd6e3515a6d090f8687 /arch
parent826bd1a2da1077e5f5c55afec9112d4790ed62e0 (diff)
[Rust] Fix plugins being referenced in `cargo about` output
Diffstat (limited to 'arch')
-rw-r--r--arch/msp430/Cargo.toml1
-rw-r--r--arch/riscv/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
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 <ryan.snyder.or@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
+publish = false
[dependencies]
binaryninja.workspace = true