diff --git a/Cargo.toml b/Cargo.toml index daa119a..0c7c487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rustc_version" version = "0.4.1" -authors = ["Dirkjan Ochtman ", "Marvin Löbel "] -license = "MIT/Apache-2.0" +rust-version = "1.32" +license = "MIT OR Apache-2.0" description = "A library for querying the version of a installed rustc compiler" readme = "README.md" documentation = "https://docs.rs/rustc_version/" diff --git a/deny.toml b/deny.toml index 38c47a8..ab17368 100644 --- a/deny.toml +++ b/deny.toml @@ -1,3 +1,2 @@ [licenses] -allow-osi-fsf-free = "either" -copyleft = "deny" +allow = ["MIT"]