From 92f60b2cf035d01b4d5ae681b205c7122ceab819 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 5 Feb 2020 23:52:21 -0800 Subject: bump yaxpeax-arch, make publishable on crates.io --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 811bcad..e93dfd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,17 @@ [package] name = "yaxpeax-msp430" -version = "0.0.1" +version = "0.0.3" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-msp430/" description = "msp430 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.2", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } "termion" = "1.4.0" -"serde" = "*" -"serde_derive" = "*" +"serde" = { version = "1.0", optional = true } +"serde_derive" = { version = "1.0", optional = true } [[test]] name = "test" -- cgit v1.1