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"