Skip to content

Commit 4e5ef22

Browse files
committed
Auto merge of #1123 - newpavlov:patch-1, r=gnzlbg
Use OR in the license field According to [The Manifest Format](https://doc.rust-lang.org/cargo/reference/manifest.html): >Multiple licenses can be separated with a `/`, although that usage is deprecated. Instead, use a license expression with AND and OR operators to get more explicit semantics.
2 parents 5cc0066 + eb09cfe commit 4e5ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "libc"
44
version = "0.2.43"
55
authors = ["The Rust Project Developers"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/rust-lang/libc"
99
homepage = "https://github.com/rust-lang/libc"

0 commit comments

Comments
 (0)