summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 14:33:11 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:33:11 -0800
commit8e0ab8a90137c565ab727eaa37ef3a6d9564f13c (patch)
treea9394a58320a68f745605e84018758daeca04813 /Cargo.toml
parent03a5487c5819b15ca31f78db2372b1e09cc23718 (diff)
get pic18 towards using no_std, switch to yaxpeax-arch crate
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 ec0a2e2..4e93bb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "http://git.iximeow.net/yaxpeax-pic18/"
description = "pic18 decoders for the yaxpeax project"
[dependencies]
-yaxpeax-arch = { path = "../../yaxpeax-arch" }
+yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] }
"serde" = "*"
"serde_derive" = "*"