Skip to content

Commit 990acf3

Browse files
authored
Add keyword hasher.
See rust-lang/rust#77996
1 parent 5e09ea0 commit 990acf3

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 = "speed, 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)