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 1ba5130 + b424869 commit 2d18d2dCopy full SHA for 2d18d2d
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