Skip to content

Commit

Permalink
Remove unused [badges] section in Cargo.toml (Keats#794)
Browse files Browse the repository at this point in the history
As per https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section,
that section is not used by crates.io anymore.
  • Loading branch information
eguiraud authored Jan 21, 2023
1 parent da358f3 commit 2c9c8d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ builtins = ["urlencode", "slug", "humansize", "chrono", "chrono-tz", "rand"]
urlencode = ["percent-encoding"]
preserve_order = ["serde_json/preserve_order"]
date-locale = ["builtins", "chrono/unstable-locales"]

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 2c9c8d9

Please sign in to comment.