Skip to content

Commit 213c01a

Browse files
committed
Bump to version 2.1.0
1 parent 6745258 commit 213c01a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0
2+
3+
- Implement `Clone` for `FxRandomState`
4+
- Implement `Clone` for `FxSeededState`
5+
- Use SPDX license expression in license field
6+
17
## 2.0.0
28

39
- Replace hash with faster and better finalized hash.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-hash"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["The Rust Project Developers"]
55
description = "A speedy, non-cryptographic hashing algorithm used by rustc"
66
license = "Apache-2.0 OR MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ The `std` feature is on by default to enable collections.
3838
It can be turned off in `Cargo.toml` like so:
3939

4040
```toml
41-
rustc-hash = { version = "2.0", default-features = false }
41+
rustc-hash = { version = "2.1", default-features = false }
4242
```

0 commit comments

Comments
 (0)