Disable publishing

This commit is contained in:
David Tolnay 2017-04-05 15:11:47 -07:00
parent a7f6ad137a
commit 8fd41d3b28
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ keywords = ["serde", "serialization", "no_std"]
categories = ["encoding"]
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
publish = false # this branch contains breaking changes
[badges]
travis-ci = { repository = "serde-rs/serde" }

View File

@ -10,6 +10,7 @@ documentation = "https://serde.rs/codegen.html"
keywords = ["serde", "serialization", "no_std"]
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
publish = false # this branch contains breaking changes
[features]
unstable = []

View File

@ -10,6 +10,7 @@ documentation = "https://docs.serde.rs/serde_test/"
keywords = ["serde", "serialization"]
readme = "../README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
publish = false # this branch contains breaking changes
[dependencies]
serde = { version = "0.9", path = "../serde" }