We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64fd915 + 389cf26 commit 7390e51Copy full SHA for 7390e51
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.6.0](https://github.com/jeromefroe/lru-rs/tree/0.6.0) - 2020-08-02
4
+
5
+- Update dependency on hashbrown to 0.8.
6
7
## [v0.5.3](https://github.com/jeromefroe/lru-rs/tree/0.5.3) - 2020-07-06
8
9
- Fix bug that causes crash when putting an item into a zero-capacity cache.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.5.3"
+version = "0.6.0"
authors = ["Jerome Froelich <[email protected]>"]
description = "A LRU cache implementation"
homepage = "https://github.com/jeromefroe/lru-rs"
0 commit comments