aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNoa <33094578+coolreader18@users.noreply.github.com>2021-12-14 12:59:50 -0800
committeriximeow <me@iximeow.net>2022-01-02 19:19:35 -0800
commit60957e6b7c059c26b42ee8f56180e417040dd3e4 (patch)
treedfc5f3d59d8a622431dcb4d18b2c5edc4570f63e /Cargo.toml
parent7f1d77d0c32c6570b426f52cb71acad1fc7c581a (diff)
Update remaining yaxpeax impls to 0.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1751d14..eea9e76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,6 @@ num-traits = "0.2.10"
# common interfaces for all yaxpeax decoders
yaxpeax-arch-02 = { package = "yaxpeax-arch", version = "0.2.4" }
-yaxpeax-arch-01 = { package = "yaxpeax-arch", version = "0.0.5" }
yaxpeax-arm = { version = "0.1.1" }
yaxpeax-avr = { version = "0.1.0" }
@@ -32,5 +31,5 @@ yaxpeax-pic17 = { version = "0.1.0" }
yaxpeax-pic18 = { version = "0.1.0" }
yaxpeax-x86 = { version = "1.0.4" }
yaxpeax-ia64 = { version = "0.2.1" }
-yaxpeax-superh = { version = "0.1.0" }
-yaxpeax-6502 = { version = "0.0.1" }
+yaxpeax-superh = { version = "0.3.0" }
+yaxpeax-6502 = { version = "0.0.2", features = ["std"] }