Skip to content

Commit d9fe57c

Browse files
committed
release 0.55.1 / 0.24.0
1 parent 019cfd1 commit d9fe57c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Changed
66
## Removed
77

8-
## [0.55.0]
8+
## [0.55.1 / [cached_proc_macro[0.24.0]]]
99
## Added
1010
- Add `sync_writes = "by_key"` support to `#[cached]
1111
## Changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cached"
3-
version = "0.55.0"
3+
version = "0.55.1"
44
authors = ["James Kominick <[email protected]>"]
55
description = "Generic cache implementations and simplified function memoization"
66
repository = "https://github.com/jaemk/cached"
@@ -30,7 +30,7 @@ disk_store = ["sled", "serde", "rmp-serde", "directories"]
3030
wasm = []
3131

3232
[dependencies.cached_proc_macro]
33-
version = "0.23.0"
33+
version = "0.24.0"
3434
path = "cached_proc_macro"
3535
optional = true
3636

cached_proc_macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cached_proc_macro"
3-
version = "0.23.0"
3+
version = "0.24.0"
44
authors = ["csos95 <[email protected]>", "James Kominick <[email protected]>"]
55
description = "Generic cache implementations and simplified function memoization"
66
repository = "https://github.com/jaemk/cached"

0 commit comments

Comments
 (0)