diff options
author | Darren Kulp <darren@kulp.ch> | 2022-10-22 11:11:39 -0400 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-22 18:45:03 +0200 |
commit | 3994a3315e268ee509f7d0e74b3818540cc97d3c (patch) | |
tree | aa628665541306b0b7b3516ee7fc09fed49b0c99 | |
parent | 80738016a36e803fe3bf8b8f6f388c6589d86a1c (diff) |
Remove Travis-CI badges
Travis-CI was fully removed as of faf8b3edbaeb591315fc6f370c1228b8caf9860f.
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]: https://github.com/rust-lang/cargo/commit/60779a006f98fba1680182c174134363d08e0a9b
-rw-r--r-- | bindgen-cli/Cargo.toml | 3 | ||||
-rw-r--r-- | bindgen/Cargo.toml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml index 4233490b..b4feb6d9 100644 --- a/bindgen-cli/Cargo.toml +++ b/bindgen-cli/Cargo.toml @@ -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" diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index e47642f9..5a8e96be 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -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" |