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 b9be680 commit 8ceeb40Copy full SHA for 8ceeb40
CHANGELOG.md
@@ -9,11 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [0.15.4](https://github.com/rust-lang/hashbrown/compare/v0.15.3...v0.15.4) - 2025-06-05
11
12
-### Other
+### Changed
13
14
-- Remove optional dependency on compiler-builtins
15
-- Merge pull request #623 from cppbear/add-tests
16
-- add test for HashMap::get_mut with non-existent key
+- Removed optional dependency on compiler-builtins. This only affects building as part of `std`.
17
18
## [0.15.3](https://github.com/rust-lang/hashbrown/compare/v0.15.2...v0.15.3) - 2025-04-29
19
0 commit comments