diff --git a/Cargo.toml b/Cargo.toml index 3ab67fd..43e021c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustc-hash" version = "2.0.0" authors = ["The Rust Project Developers"] description = "A speedy, non-cryptographic hashing algorithm used by rustc" -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" readme = "README.md" keywords = ["hash", "hasher", "fxhash", "rustc"] repository = "https://github.com/rust-lang/rustc-hash"