Release 0.8.0-rc1

This prerelease contains the Serializer API changes intended for 0.8.0. It
allows us to start merging PRs that use the new API.
This commit is contained in:
David Tolnay
2016-07-17 11:46:00 -07:00
parent 855f3d99bb
commit 6fe01bc8e3
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "serde_codegen"
# DO NOT RELEASE ANY MORE 0.7 RELEASES FROM THIS BRANCH
# USE THE 0.7.x BRANCH
version = "0.7.14"
version = "0.8.0-rc1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Macros to auto-generate implementations for the serde framework"