mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-23 07:40:08 +00:00
Disable publishing the breaking changes
This commit is contained in:
parent
fbd57e47f2
commit
07d3e7df6e
@ -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
1
env/Cargo.toml
vendored
@ -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 = ".." }
|
||||
|
@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "optimized"
|
||||
version = "0.1.0"
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "max_level_features"
|
||||
|
Loading…
Reference in New Issue
Block a user