aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2021-05-07 00:12:19 -0700
committeriximeow <me@iximeow.net>2021-05-07 00:12:19 -0700
commit2ad06203b892a1b6bc3ea9769066d1a959aef690 (patch)
treeb4eaf4f16e38c7fe519c6d53bef656aa147a3478 /Cargo.toml
parent9efb3703630662bb0fee9f5224ac4c91c32741d1 (diff)
update yaxpeax-arch to 0.0.5, fix interface breakages
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 4a8f72b..875e9b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ description = "x86 decoders for the yaxpeax project"
readme = "README.md"
[dependencies]
-yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.0.5", default-features = false, features = [] }
"num-traits" = { version = "0.2", default-features = false }
"serde" = { version = "1.0", optional = true }
"serde_json" = { version = "1.0", optional = true }