From c90dc9f48f37c7373a1efadda405aa49e89d1bad Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 12 Apr 2015 11:43:35 -0700 Subject: [PATCH] bump version to 0.3.1 --- Cargo.toml | 4 ++-- serde_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 351517d8..96a4a754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde" -version = "0.3.0" +version = "0.3.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A serialization/deserialization framework" @@ -14,4 +14,4 @@ rustc-serialize = "*" [dev-dependencies.serde_macros] path = "serde_macros/" -version = "0.3.0" +version = "0.3.1" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index e080fab2..a0aec453 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_macros" -version = "0.3.0" +version = "0.3.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework"