From f2a27d8d9352425dbed59e85e04b40d12703e7a8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 1 Mar 2025 11:32:20 -0800 Subject: update x86, arm, msp430 disassemblers to yaxpeax-arch 0.3-based versions --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f959be3..f22fb4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,16 +21,19 @@ itertools = "0.10.1" # common interfaces for all yaxpeax decoders yaxpeax-arch-02 = { package = "yaxpeax-arch", version = "0.2.4" , default-features = false, features = ["std"] } +yaxpeax-arch-03 = { package = "yaxpeax-arch", version = "0.3.1" , default-features = false, features = ["std"] } -yaxpeax-arm = { version = "0.2.3" } +yaxpeax-arm = { version = "0.3.0" } yaxpeax-avr = { version = "0.1.0" } yaxpeax-m16c = { version = "0.1.0" } yaxpeax-mips = { version = "0.1.0" } -yaxpeax-msp430 = { version = "0.1.0" } +yaxpeax-msp430 = { version = "0.2.0" } yaxpeax-lc87 = { version = "1.0.0" } +yaxpeax-sm83 = { version = "0.2.0" } +yaxpeax-rx = { version = "0.0.1" } yaxpeax-pic17 = { version = "0.1.0" } yaxpeax-pic18 = { version = "0.1.0" } -yaxpeax-x86 = { version = "1.1.5", default-features = false, features = ["fmt", "std"] } +yaxpeax-x86 = { version = "2.0.0", default-features = false, features = ["fmt", "std"] } yaxpeax-ia64 = { version = "0.2.1" } yaxpeax-superh = { version = "1.0.0" } yaxpeax-6502 = { version = "0.0.2", features = ["std"] } -- cgit v1.1