From 4eb987f8c835323b28574a8c9f1188e2714c4a39 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 20 May 2020 11:02:56 +0900 Subject: [PATCH] httpauth: Remove badge metadata --- actix-web-httpauth/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/actix-web-httpauth/Cargo.toml b/actix-web-httpauth/Cargo.toml index 7dc23e5d2..67c2119b6 100644 --- a/actix-web-httpauth/Cargo.toml +++ b/actix-web-httpauth/Cargo.toml @@ -29,6 +29,3 @@ actix-rt = "1.0" [features] default = [] nightly = [] # leave it for compatibility - -[badges] -maintenance = { status = "passively-maintained" }