File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.0
2
+
3
+ - Implement ` Clone ` for ` FxRandomState `
4
+ - Implement ` Clone ` for ` FxSeededState `
5
+ - Use SPDX license expression in license field
6
+
1
7
## 2.0.0
2
8
3
9
- Replace hash with faster and better finalized hash.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustc-hash"
3
- version = " 2.0 .0"
3
+ version = " 2.1 .0"
4
4
authors = [" The Rust Project Developers" ]
5
5
description = " A speedy, non-cryptographic hashing algorithm used by rustc"
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ The `std` feature is on by default to enable collections.
38
38
It can be turned off in ` Cargo.toml ` like so:
39
39
40
40
``` toml
41
- rustc-hash = { version = " 2.0 " , default-features = false }
41
+ rustc-hash = { version = " 2.1 " , default-features = false }
42
42
```
You can’t perform that action at this time.
0 commit comments