From 2b33746fd0f947b0343981941cc49f59e88daa4b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 3 May 2020 14:06:21 -0700 Subject: version bump, bumping yaxpeax-arch to 0.0.4 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dd9c3c4..5bb0f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "yaxpeax-pic18" -version = "0.0.2" +version = "0.0.3" authors = [ "iximeow " ] license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-pic18/" description = "pic18 decoders for the yaxpeax project" [dependencies] -yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } +yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } @@ -19,4 +19,4 @@ yaxpeax-arch = { version = "0.0.3", default-features = false, features = [] } [features] default = [] -use-serde = [] +use-serde = ["serde", "serde_derive"] -- cgit v1.1