From 7cc319accad9622f5ff3ecf0bd018a485d561340 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 26 Apr 2015 09:21:26 -0700 Subject: [PATCH] Bump version to 0.3.2. --- Cargo.toml | 4 ++-- serde_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83d1d990..7ae4a4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde" -version = "0.3.1" +version = "0.3.2" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A serialization/deserialization framework" @@ -15,4 +15,4 @@ rustc-serialize = "*" [dev-dependencies.serde_macros] path = "serde_macros/" -version = "0.3.1" +version = "0.3.2" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index a0aec453..19afc20e 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_macros" -version = "0.3.1" +version = "0.3.2" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework"