diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/msp430/Cargo.toml | 1 | ||||
| -rw-r--r-- | arch/riscv/Cargo.toml | 1 |
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 |
