summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 14:32:37 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:32:37 -0800
commit7bf72c8e37d252506b2a1474340d04482f117cf9 (patch)
tree09e6753f21384cafdcb2995154caae70a5d11c50 /Cargo.toml
parent0a05f0b386def73aa1fec67556b5050ed6744e1b (diff)
start getting pic17 towards no_std, use yaxpeax-arch
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 586fda0..f67301e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "http://git.iximeow.net/yaxpeax-pic17/"
description = "pic17 decoders for the yaxpeax project"
[dependencies]
-yaxpeax-arch = { path = "../../yaxpeax-arch" }
+yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] }
"termion" = "1.4.0"
"serde" = "*"
"serde_derive" = "*"