From 4cb9c7cfd5349b7f5a9c40d8f9ad40404fdd130d Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Tue, 28 May 2024 11:49:23 +0200 Subject: [PATCH] Remove mention of firefox from Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ed7249..e6686c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rustc-hash" version = "1.1.0" authors = ["The Rust Project Developers"] -description = "A speedy, non-cryptographic hashing algorithm used by rustc and Firefox" +description = "A speedy, non-cryptographic hashing algorithm used by rustc" license = "Apache-2.0/MIT" readme = "README.md" keywords = ["hash", "hasher", "fxhash", "rustc"]