1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-19 05:49:14 +02:00

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"
[badges]
travis-ci = { repository = "BurntSushi/ripgrep" }
appveyor = { repository = "BurntSushi/ripgrep" }
# I guess crates.io does not support GitHub Action badges yet.
# Tracking PR: https://github.com/rust-lang/crates.io/pull/1838
[[bin]]
bench = false