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] diff --git a/plot/Cargo.toml b/plot/Cargo.toml index a1ce36eb..94668a0d 100644 --- a/plot/Cargo.toml +++ b/plot/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/bheisler/criterion.rs" readme = "README.md" keywords = ["plotting", "gnuplot", "criterion"] categories = ["visualization"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" [dependencies] cast = "0.3"