Prepare for 0.9 breaking changes
This commit is contained in:
parent
e461a23798
commit
ad34c14c8c
@ -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"]
|
||||
|
||||
|
@ -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 = []
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -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
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user