Skip to content

Commit c17a880

Browse files
authored
Merge pull request #47 from waywardmonkeys/spdx-license-expression
Use SPDX 2.1 license expression.
2 parents 8f258ee + 128b59b commit c17a880

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 @@ name = "rustc-hash"
33
version = "2.0.0"
44
authors = ["The Rust Project Developers"]
55
description = "A speedy, non-cryptographic hashing algorithm used by rustc"
6-
license = "Apache-2.0/MIT"
6+
license = "Apache-2.0 OR MIT"
77
readme = "README.md"
88
keywords = ["hash", "hasher", "fxhash", "rustc"]
99
repository = "https://github.com/rust-lang/rustc-hash"

0 commit comments

Comments
 (0)