From eb09cfe4b6fd292632a997dc3dd8a60acd8a31e1 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Fri, 16 Nov 2018 13:56:41 +0300 Subject: [PATCH] use OR in the license field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac9c1618..719470d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libc" version = "0.2.43" authors = ["The Rust Project Developers"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/libc" homepage = "https://github.com/rust-lang/libc"