Skip to content

Commit

Permalink
crates.io: remove badges
Browse files Browse the repository at this point in the history
... and don't replace them with anything because crates.io does not
support GitHub Actions yet. But it's almost there:
rust-lang/crates.io#1838

Thanks @atouchet for noticing this.
  • Loading branch information
BurntSushi committed Mar 17, 2020
1 parent 8ba6ccd commit 655e332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 655e332

Please sign in to comment.