From 2ad06203b892a1b6bc3ea9769066d1a959aef690 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 7 May 2021 00:12:19 -0700 Subject: update yaxpeax-arch to 0.0.5, fix interface breakages --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 } -- cgit v1.1