summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-18 14:31:58 -0800
committeriximeow <me@iximeow.net>2020-01-18 14:31:58 -0800
commit9e46e4718e6c31b4f9ae35ff4a0e65d206b8e688 (patch)
tree4bca466641e7883d660a0e9a72467d9d099a6385 /Cargo.toml
parent8713eca470b00a7afc2d3d18b3fbe13c77806bc0 (diff)
make NoContext public, move 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 e65cce0..811bcad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "http://git.iximeow.net/yaxpeax-msp430/"
description = "msp430 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" = "*"