From 107bf94c24992554d75274b00fdd9f516ca54b57 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 9 Mar 2022 10:28:15 -0500 Subject: [PATCH] chore: remove badges from Cargo.toml (#3706) --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a46ecce3..3cdaf5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,11 +25,6 @@ description = """ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ """ -[badges] -is-it-maintained-issue-resolution = { repository = "starship/starship" } -is-it-maintained-open-issues = { repository = "starship/starship" } -maintenance = { status = "actively-developed" } - [features] default = ["battery"] battery = ["starship-battery"]