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 165fdcf commit f8ab43aCopy full SHA for f8ab43a
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.15.4](https://github.com/rust-lang/hashbrown/compare/v0.15.3...v0.15.4) - 2025-05-28
11
+
12
+### Other
13
14
+- Add missing test for set
15
16
## [0.15.3](https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3) - 2025-04-29
17
18
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hashbrown"
3
-version = "0.15.3"
+version = "0.15.4"
4
authors = ["Amanieu d'Antras <[email protected]>"]
5
description = "A Rust port of Google's SwissTable hash map"
6
license = "MIT OR Apache-2.0"
0 commit comments