We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dcd7d commit 2f53607Copy full SHA for 2f53607
Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/bheisler/criterion.rs"
13
readme = "README.md"
14
keywords = ["criterion", "benchmark"]
15
categories = ["development-tools::profiling"]
16
-license = "Apache-2.0/MIT"
+license = "Apache-2.0 OR MIT"
17
exclude = ["book/*"]
18
19
[dependencies]
plot/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/bheisler/criterion.rs"
9
10
keywords = ["plotting", "gnuplot", "criterion"]
11
categories = ["visualization"]
12
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
cast = "0.3"
0 commit comments