feat(cargo): Version bump

This commit is contained in:
Erick Tryzelaar 2015-11-28 20:30:36 -08:00
parent 09822c99cc
commit f3f098e7f5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_codegen"
version = "0.6.4"
version = "0.6.5"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"

View File

@ -1,6 +1,6 @@
[package]
name = "serde_macros"
version = "0.6.1"
version = "0.6.5"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"