Skip to content

Commit

Permalink
Merge pull request #11 from workingjubilee/bump-version
Browse files Browse the repository at this point in the history
Bump version to 1.1.0 (already published)
  • Loading branch information
wesleywiser committed Feb 15, 2022
2 parents 5e09ea0 + fbcc679 commit 5ff7e6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff7e6a

Please sign in to comment.