We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba5130 commit b424869Copy full SHA for b424869
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.12.5](https://github.com/jeromefroe/lru-rs/tree/0.12.5) - 2024-10-30
4
+
5
+- Upgrade hashbrown dependency to 0.15.
6
7
## [v0.12.4](https://github.com/jeromefroe/lru-rs/tree/0.12.4) - 2024-07-30
8
9
- Add methods that take a reference to the key that should be inserted.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.12.4"
+version = "0.12.5"
authors = ["Jerome Froelich <[email protected]>"]
categories = ["caching", "no-std"]
description = "A LRU cache implementation"
0 commit comments