From 1c98c35d5deff5dfe776a85c7e60f8773d14b55a Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Thu, 24 Feb 2022 19:21:59 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc5d1e18..227e2569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "cc" version = "1.0.73" authors = ["Alex Crichton "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs" homepage = "https://github.com/alexcrichton/cc-rs" documentation = "https://docs.rs/cc" @@ -14,7 +14,7 @@ code. keywords = ["build-dependencies"] readme = "README.md" categories = ["development-tools::build-utils"] -exclude = ["/.github", "/.travis.yml", "/appveyor.yml"] +exclude = ["/.github"] edition = "2018" [dependencies]