Skip to content

Commit f01869b

Browse files
authored
Merge pull request #13 from tkaitchuck/patch-1
Add keyword: "hasher".
2 parents f3bcd3f + 990acf3 commit f01869b

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
@@ -5,7 +5,7 @@ authors = ["The Rust Project Developers"]
55
description = "speedy, non-cryptographic hash used in rustc"
66
license = "Apache-2.0/MIT"
77
readme = "README.md"
8-
keywords = ["hash", "fxhash", "rustc"]
8+
keywords = ["hash", "hasher", "fxhash", "rustc"]
99
repository = "https://github.com/rust-lang-nursery/rustc-hash"
1010

1111
[features]

0 commit comments

Comments
 (0)