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
@@ -10,6 +10,8 @@ documentation = "https://serde.rs/codegen.html"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[features]
default = ["with-syntex"]
unstable = []