diff options
author | iximeow <me@iximeow.net> | 2020-01-15 23:40:37 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-15 23:40:37 -0800 |
commit | 36c018bb23063f0449549dc261830ccaa567e4fd (patch) | |
tree | 56f6aa15e55bb4dbf118526ba3d1c64f3782d05d /Cargo.toml | |
parent | 44beb3b1a0372d5c6e68f2fe49d46401d4bb168b (diff) |
update yaxpeax-arch dependency because it is a crate now!
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |