From b9e8388b48638010db0426bddc074706d56133e5 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 9 Dec 2024 08:49:14 -0800 Subject: [PATCH] Delete badges from crates.io metadata --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8140405..5079583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ exclude = [ "bench_data", "plt.py", ] -[badges] -maintenance = { status = "actively-developed" } - [dependencies] ahash = "0.8.0"