mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-19 05:21:01 +00:00
Prepare for 0.9 breaking changes
This commit is contained in:
@@ -11,6 +11,8 @@ readme = "../README.md"
|
|||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
|
publish = false # this branch contains breaking changes for 0.9
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ documentation = "https://serde.rs/codegen.html"
|
|||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
|
publish = false # this branch contains breaking changes for 0.9
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["with-syntex"]
|
default = ["with-syntex"]
|
||||||
unstable = []
|
unstable = []
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ documentation = "https://docs.serde.rs/serde_codegen_internals/"
|
|||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
|
publish = false # this branch contains breaking changes for 0.9
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable-testing = ["clippy"]
|
unstable-testing = ["clippy"]
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ documentation = "https://serde.rs/codegen.html"
|
|||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
|
publish = false # this branch contains breaking changes for 0.9
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "serde_derive"
|
name = "serde_derive"
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|||||||
@@ -11,5 +11,7 @@ readme = "../README.md"
|
|||||||
keywords = ["serde", "serialization"]
|
keywords = ["serde", "serialization"]
|
||||||
include = ["Cargo.toml", "src/**/*.rs"]
|
include = ["Cargo.toml", "src/**/*.rs"]
|
||||||
|
|
||||||
|
publish = false # this branch contains breaking changes for 0.9
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
serde = { version = "0.8.21", path = "../serde" }
|
serde = { version = "0.8.21", path = "../serde" }
|
||||||
|
|||||||
Reference in New Issue
Block a user