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
|
A lightweight logging facade for Rust
|
||||||
"""
|
"""
|
||||||
categories = ["development-tools::debugging"]
|
categories = ["development-tools::debugging"]
|
||||||
|
publish = false # this branch contains breaking changes
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "filters"
|
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.
|
variable.
|
||||||
"""
|
"""
|
||||||
categories = ["development-tools::debugging"]
|
categories = ["development-tools::debugging"]
|
||||||
|
publish = false # this branch contains breaking changes
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = { version = "0.3", path = ".." }
|
log = { version = "0.3", path = ".." }
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "optimized"
|
name = "optimized"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "max_level_features"
|
name = "max_level_features"
|
||||||
|
Loading…
Reference in New Issue
Block a user