diff options
author | iximeow <me@iximeow.net> | 2020-01-18 14:01:36 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-18 14:01:36 -0800 |
commit | 40436975204fe296d30362e624e805ade97b4a1b (patch) | |
tree | fe0a92f7fb3da1da93ce84d53efc93c29596f68a /Cargo.toml | |
parent | d8b5f3258d25b4ec22d1a46553518d892cc7aab7 (diff) |
some of the work to get yaxpeax-arm no-std
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-arm/" description = "arm decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { path = "../../yaxpeax-arch" } +yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] } "serde" = "*" "serde_derive" = "*" |