From 4b795062f214c42ac60f9d8c7b9e02b1ee3b843d Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 21 Jul 2020 19:57:03 +0200 Subject: Remove badges from Cargo.toml as they're being deprecated by crates.io --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bf9471..aff98a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,6 @@ keywords = ["serve", "http-server", "static-files", "http", "server"] categories = ["command-line-utilities", "network-programming", "web-programming::http-server"] edition = "2018" -[badges] -travis-ci = { repository = "svenstaro/miniserve", branch = "master" } -maintenance = { status = "actively-developed" } - [profile.release] lto = true opt-level = 'z' -- cgit v1.2.3