We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5781b commit b283dd7Copy full SHA for b283dd7
RELEASES.md
@@ -15,6 +15,12 @@
15
comparison traits like `Eq` only consider items in order, rather than hash
16
lookups, and slices even implement `Hash`.
17
18
+- 1.9.1
19
+
20
+ - The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown`
21
+ 0.12.1 requires 1.56.1, so users on 1.56.0 should downgrade that to 0.12.0
22
+ until there is a later published version relaxing its requirement.
23
24
- 1.9.0
25
26
- **MSRV**: Rust 1.56.1 or later is now required.
0 commit comments