Merge pull request #11 from workingjubilee/bump-version

Bump version to 1.1.0 (already published)
This commit is contained in:
Wesley Wiser 2022-02-15 10:52:24 -05:00 committed by GitHub
commit 5ff7e6ae50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "rustc-hash"
version = "1.0.1"
version = "1.1.0"
authors = ["The Rust Project Developers"]
description = "speed, non-cryptographic hash used in rustc"
description = "speedy, non-cryptographic hash used in rustc"
license = "Apache-2.0/MIT"
readme = "README.md"
keywords = ["hash", "fxhash", "rustc"]

View File

@ -31,7 +31,7 @@ This crate can be used as a `no_std` crate by disabling the `std`
feature, which is on by default, as follows:
```toml
rustc-hash = { version = "1.0", default-features = false }
rustc-hash = { version = "1.1", default-features = false }
```
In this configuration, `FxHasher` is the only export, and the