aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-15 23:40:37 -0800
committeriximeow <me@iximeow.net>2020-01-15 23:40:37 -0800
commit36c018bb23063f0449549dc261830ccaa567e4fd (patch)
tree56f6aa15e55bb4dbf118526ba3d1c64f3782d05d
parent44beb3b1a0372d5c6e68f2fe49d46401d4bb168b (diff)
update yaxpeax-arch dependency because it is a crate now!
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }