Skip to content

Commit ec58434

Browse files
committed
Remove unused [badges] section from Cargo.toml
The badges are no longer shown on crates.io and I don’t think they were ever shown on lib.rs. According to the documentation we should instead rely on the badges in the README. https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section
1 parent c343f6d commit ec58434

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ exclude = [".github/", ".gitignore", "benches/", "examples/", "fuzz/", "images/"
1515
[package.metadata.docs.rs]
1616
all-features = true
1717

18-
[badges]
19-
travis-ci = { repository = "mgeisler/textwrap" }
20-
appveyor = { repository = "mgeisler/textwrap" }
21-
codecov = { repository = "mgeisler/textwrap" }
22-
2318
[[bench]]
2419
name = "linear"
2520
harness = false

0 commit comments

Comments
 (0)