We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420e83b commit c62a63aCopy full SHA for c62a63a
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.17.1](https://github.com/rust-lang/hashbrown/compare/v0.17.0...v0.17.1) - 2026-04-20
11
+
12
+### Added
13
14
+- Added `HashMap::rustc_try_insert` (#722)
15
16
## [0.17.0](https://github.com/rust-lang/hashbrown/compare/v0.16.1...v0.17.0) - 2026-04-06
17
18
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hashbrown"
3
-version = "0.17.0"
+version = "0.17.1"
4
description = "A Rust port of Google's SwissTable hash map"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-lang/hashbrown"
0 commit comments