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 0bf27e9 + 9e82e0a commit 09f68c6Copy full SHA for 09f68c6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.7.0](https://github.com/jeromefroe/lru-rs/tree/0.7.0) - 2021-09-14
4
+
5
+- Explicitly implement Borrow for String and Vec types for non-nightly.
6
7
## [v0.6.6](https://github.com/jeromefroe/lru-rs/tree/0.6.6) - 2021-07-28
8
9
- Update dependency on hashbrown to 0.11.2.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lru"
-version = "0.6.6"
+version = "0.7.0"
authors = ["Jerome Froelich <[email protected]>"]
description = "A LRU cache implementation"
homepage = "https://github.com/jeromefroe/lru-rs"
0 commit comments