From fa33c86fc561fc869cd58db2f1b12ae5785caf32 Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Thu, 28 Jan 2021 13:13:58 -0800 Subject: [PATCH] Badges are no longer used in Cargo.toml. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8567304..b64a70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,6 @@ include = ["Cargo.lock", "Cargo.toml", "FORMAT.md", "LICENSE.txt", "README.md", edition = "2018" -[badges] -appveyor = { repository = "elliottslaughter/integrity-checker" } -travis-ci = { repository = "elliottslaughter/integrity-checker" } - [features] default = []