diff options
author | iximeow <me@iximeow.net> | 2020-01-18 14:33:11 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-18 14:33:11 -0800 |
commit | 8e0ab8a90137c565ab727eaa37ef3a6d9564f13c (patch) | |
tree | a9394a58320a68f745605e84018758daeca04813 /Cargo.toml | |
parent | 03a5487c5819b15ca31f78db2372b1e09cc23718 (diff) |
get pic18 towards using no_std, switch to yaxpeax-arch crate
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-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" = "*" |