From 3c915189f42d661b41ca9e5412f62d2b43a20d24 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 10 Aug 2015 10:09:37 -0700 Subject: [PATCH] version bump --- serde/Cargo.toml | 2 +- serde_codegen/Cargo.toml | 2 +- serde_json/Cargo.toml | 2 +- serde_macros/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/serde/Cargo.toml b/serde/Cargo.toml index 260c6898..8d8622f6 100644 --- a/serde/Cargo.toml +++ b/serde/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde" -version = "0.5.0" +version = "0.5.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A generic serialization/deserialization framework" diff --git a/serde_codegen/Cargo.toml b/serde_codegen/Cargo.toml index 07920832..35581d91 100644 --- a/serde_codegen/Cargo.toml +++ b/serde_codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_codegen" -version = "0.5.0" +version = "0.5.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework" diff --git a/serde_json/Cargo.toml b/serde_json/Cargo.toml index 948041c3..cc9665cf 100644 --- a/serde_json/Cargo.toml +++ b/serde_json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_json" -version = "0.5.0" +version = "0.5.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "A JSON serialization file format" diff --git a/serde_macros/Cargo.toml b/serde_macros/Cargo.toml index 2626d32a..d254925a 100644 --- a/serde_macros/Cargo.toml +++ b/serde_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_macros" -version = "0.5.0" +version = "0.5.1" authors = ["Erick Tryzelaar "] license = "MIT/Apache-2.0" description = "Macros to auto-generate implementations for the serde framework"