Merge branch v0.8 into master

This commit is contained in:
David Tolnay
2017-01-10 17:16:31 -08:00
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "serde_test"
version = "0.8.21"
version = "0.8.22"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Token De/Serializer for testing De/Serialize implementations"
@@ -14,4 +14,4 @@ include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[dependencies]
serde = { version = "0.8.21", path = "../serde" }
serde = { version = "0.8.22", path = "../serde" }