From 9bb4c5d453b79834591a8be31f7c588379aeb4e3 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 27 Dec 2021 16:19:06 -0800 Subject: [PATCH] Remove outdated Travis CI and AppVeyor references --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8bf0abb9..ebfe778b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ A lightweight logging facade for Rust """ categories = ["development-tools::debugging"] keywords = ["logging"] -exclude = ["rfcs/**/*", "/.travis.yml", "/appveyor.yml"] +exclude = ["rfcs/**/*"] build = "build.rs" [package.metadata.docs.rs]