mirror of
https://gitee.com/openharmony/third_party_rust_bitflags
synced 2024-11-23 07:10:11 +00:00
Remove remaining mentions of Travis CI
Badges section has been removed from crates.io; it is suggested to place them in README instead[1], which we already have done. In bors.toml, the status section. Its is unclear from the docs[2], what those strings are. But it seems to me, they should reference name of GitHub Workflow file with CI pipelines[3]. [1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section [2]: https://bors.tech/documentation/ [3]: https://bors.tech/devdocs/bors-ng/readme.html
This commit is contained in:
parent
c2ba431413
commit
210dd349ef
@ -17,7 +17,6 @@ description = """
|
||||
A macro to generate structures which behave like bitflags.
|
||||
"""
|
||||
exclude = [
|
||||
".travis.yml",
|
||||
"appveyor.yml",
|
||||
"bors.toml"
|
||||
]
|
||||
@ -27,9 +26,6 @@ build = "build.rs"
|
||||
core = { version = '1.0.0', optional = true, package = 'rustc-std-workspace-core' }
|
||||
compiler_builtins = { version = '0.1.2', optional = true }
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "bitflags/bitflags" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
example_generated = []
|
||||
|
Loading…
Reference in New Issue
Block a user