Release 0.9.0-rc1

This commit is contained in:
David Tolnay
2017-01-15 09:25:09 -08:00
parent 4d1627fc96
commit 3a52364f3e
6 changed files with 9 additions and 19 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "0.8.22"
version = "0.9.0-rc1"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Token De/Serializer for testing De/Serialize implementations"
@@ -11,7 +11,5 @@ readme = "../README.md"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[dependencies]
serde = { version = "0.8.22", path = "../serde" }
serde = { version = "0.9.0-rc1", path = "../serde" }