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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
5 changed files with 10 additions and 0 deletions

View File

@ -11,6 +11,8 @@ readme = "../README.md"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[features]
default = ["std"]

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 = []

View File

@ -10,6 +10,8 @@ documentation = "https://docs.serde.rs/serde_codegen_internals/"
keywords = ["serde", "serialization"]
include = ["Cargo.toml", "src/**/*.rs"]
publish = false # this branch contains breaking changes for 0.9
[features]
unstable-testing = ["clippy"]

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
[lib]
name = "serde_derive"
proc-macro = true

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" }