From 426394cd7b346b0b5a7bffc0a030d471c3365238 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Thu, 14 May 2015 22:50:23 -0700 Subject: [PATCH] Version bump --- serde/Cargo.toml | 2 +- serde_macros/Cargo.toml | 2 +- serde_tests/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index e5f1726f..1c2b2027 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde" -version = "0.3.3" +version = "0.4.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index dfa53b38..93d14dd6 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_macros" -version = "0.3.3" +version = "0.4.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework" diff --git a/serde_tests/Cargo.toml b/serde_tests/Cargo.toml index 2df1f68b..6b75f35d 100644 --- a/serde_tests/Cargo.toml +++ b/serde_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_tests" -version = "0.3.3" +version = "0.4.0" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework"