crates.io: remove badges

... and don't replace them with anything because crates.io does not
support GitHub Actions yet. But it's almost there:
https://github.com/rust-lang/crates.io/pull/1838

Thanks @atouchet for noticing this.
This commit is contained in:
Andrew Gallant 2020-03-17 17:47:42 -04:00
parent 8ba6ccd159
commit 655e33219a
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -20,8 +20,8 @@ autotests = false
edition = "2018" edition = "2018"
[badges] [badges]
travis-ci = { repository = "BurntSushi/ripgrep" } # I guess crates.io does not support GitHub Action badges yet.
appveyor = { repository = "BurntSushi/ripgrep" } # Tracking PR: https://github.com/rust-lang/crates.io/pull/1838
[[bin]] [[bin]]
bench = false bench = false