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.
1 parent 8e1cd9b commit 71f227eCopy full SHA for 71f227e
CHANGELOG.md
@@ -5,6 +5,14 @@
5
## Changed
6
## Removed
7
8
+## [0.54.0]
9
+## Added
10
+- Add `Cached::cache_try_get_or_set_with` for parity with async trait
11
+## Changed
12
+- Remove unnecessary string clones in redis cache store
13
+- Update cargo default features manifest key
14
+## Removed
15
+
16
## [0.53.1 / [cached_proc_macro[0.23.0]]]
17
## Added
18
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cached"
3
-version = "0.53.1"
+version = "0.54.0"
4
authors = ["James Kominick <[email protected]>"]
description = "Generic cache implementations and simplified function memoization"
repository = "https://github.com/jaemk/cached"
0 commit comments