mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-04 05:22:20 +00:00
Remove Travis-CI badges
Travis-CI was fully removed as offaf8b3edba
. The only badge now [mentioned in the Cargo book][1] is `maintenance`. The `travis-ci` badge reference was [removed from Cargo two years ago][2]. The Cargo book advises putting badges in README.md instead. [1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section [2]:60779a006f
This commit is contained in:
parent
80738016a3
commit
3994a3315e
@ -20,9 +20,6 @@ rust-version = "1.57.0"
|
||||
path = "main.rs"
|
||||
name = "bindgen"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-lang/rust-bindgen" }
|
||||
|
||||
[dependencies]
|
||||
bindgen = { path = "../bindgen" }
|
||||
shlex = "1"
|
||||
|
@ -24,9 +24,6 @@ rust-version = "1.57.0"
|
||||
name = "bindgen"
|
||||
path = "./lib.rs"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-lang/rust-bindgen" }
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.0.3"
|
||||
cexpr = "0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user