Skip to content

Commit

Permalink
Remove deprecated badges from Cargo.toml
Browse files Browse the repository at this point in the history
We've migrated to GitHub Actions and it seems that Cargo.toml badges are
deprecated in favour of rendering READMEs directly:
rust-lang/crates.io#2436
  • Loading branch information
Xanewok committed Nov 5, 2020
1 parent 25b594a commit 6a0f927
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ authors = ["Inokentiy Babushkin <twk@twki.de>"]
license-file = "LICENSE"
edition = "2018"

[badges]
travis-ci = { repository = "rust-dev-tools/rust-semverver" }
appveyor = { repository = "rust-dev-tools/rust-semverver" }

[[bin]]
name = "cargo-semver"
path = "src/bin/cargo_semver.rs"
Expand Down

0 comments on commit 6a0f927

Please sign in to comment.