From 36c018bb23063f0449549dc261830ccaa567e4fd Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 15 Jan 2020 23:40:37 -0800 Subject: update yaxpeax-arch dependency because it is a crate now! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65fcb55..910c866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "http://git.iximeow.net/yaxpeax-x86/" description = "x86 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { path = "../../yaxpeax-arch", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.1", 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