summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-03-17 17:47:42 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-03-17 17:50:37 -0400
commit655e33219a671dab4432c6f29785244870cc74f6 (patch)
treefcdab123fbd6b6a4dfa3a429b1af78a7afe3d918
parent8ba6ccd159ba6bee6ad869a2a09565f3625febb7 (diff)
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.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66ce4841..e982c6f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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