From 2c9c8d93d8f1cc2f55c2bb62935dd46b5210528e Mon Sep 17 00:00:00 2001 From: Enrico Guiraud Date: Sat, 21 Jan 2023 13:53:58 -0600 Subject: [PATCH] Remove unused [badges] section in Cargo.toml (#794) As per https://doc.rust-lang.org/cargo/reference/manifest.html#the-badges-section, that section is not used by crates.io anymore. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83e0232e..210ef7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }