Disable publishing the breaking changes

This commit is contained in:
David Tolnay 2017-05-23 16:18:55 -07:00
parent fbd57e47f2
commit 07d3e7df6e
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ description = """
A lightweight logging facade for Rust
"""
categories = ["development-tools::debugging"]
publish = false # this branch contains breaking changes
[[test]]
name = "filters"

1
env/Cargo.toml vendored
View File

@ -11,6 +11,7 @@ A logging implementation for `log` which is configured via an environment
variable.
"""
categories = ["development-tools::debugging"]
publish = false # this branch contains breaking changes
[dependencies]
log = { version = "0.3", path = ".." }

View File

@ -1,6 +1,7 @@
[package]
name = "optimized"
version = "0.1.0"
publish = false
[[bin]]
name = "max_level_features"