aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 14:01:36 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:01:36 -0800
commit40436975204fe296d30362e624e805ade97b4a1b (patch)
treefe0a92f7fb3da1da93ce84d53efc93c29596f68a /Cargo.toml
parentd8b5f3258d25b4ec22d1a46553518d892cc7aab7 (diff)
some of the work to get yaxpeax-arm no-std
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e299e1..20aa58f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" = "*"