From 2769f88bc44db456f40fe8bcd0c3f926e65872d5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 Feb 2020 00:01:36 -0800 Subject: bump yaxpeax-arch, make publishable --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f67301e..5e60296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,21 @@ [package] name = "yaxpeax-pic17" -version = "0.0.1" +version = "0.0.2" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic17/" description = "pic17 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" -path = "test/test.rs" +# [[test]] +# name = "test" +# path = "test/test.rs" [features] default = [] -- cgit v1.1