Skip to content

Commit

Permalink
[Cargo] Update badges
Browse files Browse the repository at this point in the history
Removed Travis CI badge because GitHub Actions are used instead.

Removed "is it maintained" badges because they're not very indicative of
maintenance for this project, since issues are used to track features,
and less so bugs.

Changed "maintenance" badge to "actively maintained" since it's more
indicative of this project's status.
  • Loading branch information
nvzqz committed Feb 11, 2020
1 parent 71c16e2 commit a867e97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ nightly = []
proc = ["proc_static_assertions"]

[badges]
travis-ci = { repository = "nvzqz/static-assertions-rs" }
is-it-maintained-open-issues = { repository = "nvzqz/static-assertions-rs" }
is-it-maintained-issue-resolution = { repository = "nvzqz/static-assertions-rs" }
maintenance = { status = "passively-maintained" }
maintenance = { status = "actively-maintained" }

0 comments on commit a867e97

Please sign in to comment.