Skip to content

Commit

Permalink
Merge pull request #660 from atouchet/lic
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
m-ou-se committed May 11, 2022
2 parents fcb8df5 + 1c98c35 commit f2e1b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cc"
version = "1.0.73"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alexcrichton/cc-rs"
homepage = "https://github.com/alexcrichton/cc-rs"
documentation = "https://docs.rs/cc"
Expand All @@ -14,7 +14,7 @@ code.
keywords = ["build-dependencies"]
readme = "README.md"
categories = ["development-tools::build-utils"]
exclude = ["/.github", "/.travis.yml", "/appveyor.yml"]
exclude = ["/.github"]
edition = "2018"

[dependencies]
Expand Down

0 comments on commit f2e1b1c

Please sign in to comment.