Skip to content

Commit 8ce1a11

Browse files
committed
Release 0.4.0-alpha.0
[email protected] [email protected] Generated by cargo-workspaces
1 parent 1405fca commit 8ce1a11

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.3.5"
3+
version = "0.4.0-alpha.0"
44
edition = "2024"
55
authors = ["Junkang Yuan <[email protected]>"]
66
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
@@ -13,7 +13,7 @@ categories = ["caching"]
1313
lru = "0.16.0"
1414
once_cell = "1.21.3"
1515

16-
reactive-macros = { version = "0.3.0", path = "../macros", optional = true }
16+
reactive-macros = { version = "0.4.0-alpha.0", path = "../macros", optional = true }
1717

1818
[dev-dependencies]
1919
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.3.5"
3+
version = "0.4.0-alpha.0"
44
edition = "2024"
55
authors = ["Junkang Yuan <[email protected]>"]
66
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."

0 commit comments

Comments
 (0)