Skip to content

Commit f2e1b1c

Browse files
authored
Merge pull request #660 from atouchet/lic
Update Cargo.toml
2 parents fcb8df5 + 1c98c35 commit f2e1b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cc"
33
version = "1.0.73"
44
authors = ["Alex Crichton <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/alexcrichton/cc-rs"
77
homepage = "https://github.com/alexcrichton/cc-rs"
88
documentation = "https://docs.rs/cc"
@@ -14,7 +14,7 @@ code.
1414
keywords = ["build-dependencies"]
1515
readme = "README.md"
1616
categories = ["development-tools::build-utils"]
17-
exclude = ["/.github", "/.travis.yml", "/appveyor.yml"]
17+
exclude = ["/.github"]
1818
edition = "2018"
1919

2020
[dependencies]

0 commit comments

Comments
 (0)