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
@@ -1,6 +1,6 @@
[package]
name = "serde_testing"
version = "0.7.14"
version = "0.8.0-rc1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic serialization/deserialization framework"