Skip to content

Commit 974818a

Browse files
committed
Release 0.3.0
[email protected] [email protected] Generated by cargo-workspaces
1 parent d2969e0 commit 974818a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cache/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reactive-cache"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
66
repository = "https://github.com/fxdmhtt/ReactiveCache"
@@ -12,7 +12,7 @@ categories = ["caching"]
1212
lru = "0.16.0"
1313
once_cell = "1.21.3"
1414

15-
reactive-macros = { version = "0.2.0", path = "../macros", optional = true }
15+
reactive-macros = { version = "0.3.0", path = "../macros", optional = true }
1616

1717
[dev-dependencies]
1818
reactive-macros = { path = "../macros" }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reactive-macros"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
edition = "2024"
55
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
66
repository = "https://github.com/fxdmhtt/ReactiveCache"

0 commit comments

Comments
 (0)