From 79388a4ff09fe21d31fe41a68e59a92263c2eea5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 13:38:08 -0700 Subject: bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4d8c046..fc78d72 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.3", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } "num-traits" = { version = "0.2", default-features = false } "termion" = { version = "1.4.0", optional = true } "serde" = { version = "1.0", optional = true } -- cgit v1.1