diff --git a/Cargo.toml b/Cargo.toml index 65c4e77..b5ca961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "encoding_rs" description = "A Gecko-oriented implementation of the Encoding Standard" version = "0.8.22" # Remember to keep html_root_url in lib.rs in sync! authors = ["Henri Sivonen "] -license = "MIT/Apache-2.0" +license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/encoding_rs/" homepage = "https://docs.rs/encoding_rs/"