aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-12-24 05:09:07 -0800
committeriximeow <me@iximeow.net>2022-12-24 05:09:07 -0800
commit2a9b76ba158a03f412e6f16beea7228e1290725b (patch)
treefff97e03b1a8080e8056b3f9e6f073ac77fc88ca /Cargo.toml
parentcb199ddb96760c7b61e31a7c2fd4b040f4eb243a (diff)
bump yaxpeax-x86
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c93fcac..f959be3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ yaxpeax-msp430 = { version = "0.1.0" }
yaxpeax-lc87 = { version = "1.0.0" }
yaxpeax-pic17 = { version = "0.1.0" }
yaxpeax-pic18 = { version = "0.1.0" }
-yaxpeax-x86 = { version = "1.1.3", default-features = false, features = ["fmt", "std"] }
+yaxpeax-x86 = { version = "1.1.5", 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"] }