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 fba7fed commit 1c98c35Copy full SHA for 1c98c35
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "cc"
3
version = "1.0.73"
4
authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
6
repository = "https://github.com/alexcrichton/cc-rs"
7
homepage = "https://github.com/alexcrichton/cc-rs"
8
documentation = "https://docs.rs/cc"
@@ -14,7 +14,7 @@ code.
14
keywords = ["build-dependencies"]
15
readme = "README.md"
16
categories = ["development-tools::build-utils"]
17
-exclude = ["/.github", "/.travis.yml", "/appveyor.yml"]
+exclude = ["/.github"]
18
edition = "2018"
19
20
[dependencies]
0 commit comments