From 990acf363bc1349b5bd71fda43896f437d90b8c5 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Fri, 6 Nov 2020 21:41:23 -0800 Subject: [PATCH] Add keyword hasher. See https://github.com/rust-lang/rust/pull/77996 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1fe4a5..1152ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["The Rust Project Developers"] description = "speed, non-cryptographic hash used in rustc" license = "Apache-2.0/MIT" readme = "README.md" -keywords = ["hash", "fxhash", "rustc"] +keywords = ["hash", "hasher", "fxhash", "rustc"] repository = "https://github.com/rust-lang-nursery/rustc-hash" [features]