From 9be0a6c782a7f7b47c1f4179c59773fec43ddad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Koz=C5=82owski?= Date: Thu, 26 Jan 2023 12:24:07 +0100 Subject: [PATCH] Use OR operator to specify multiple licenses Previously multiple licenses could be separated with a /, but that usage is deprecated. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f261ca66..8feac1d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/bheisler/criterion.rs" readme = "README.md" keywords = ["criterion", "benchmark"] categories = ["development-tools::profiling"] -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" exclude = ["book/*"] [dependencies]