Prepare for 0.9 breaking changes

This commit is contained in:
David Tolnay
2017-01-08 00:18:53 -08:00
parent e461a23798
commit ad34c14c8c
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -11,5 +11,7 @@ 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.21", path = "../serde" }