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.
2 parents e91ea2b + fc4f309 commit c1f843dCopy full SHA for c1f843d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.16.2](https://github.com/jeromefroe/lru-rs/tree/0.16.2) - 2025-10-14
4
+
5
+- Upgrade hashbrown dependency to 0.16.0.
6
7
## [v0.16.1](https://github.com/jeromefroe/lru-rs/tree/0.16.1) - 2025-09-08
8
9
- Fix `Clone` for unbounded cache.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.16.1"
+version = "0.16.2"
authors = ["Jerome Froelich <[email protected]>"]
rust-version = "1.70.0"
categories = ["caching", "no-std"]
0 commit comments