Skip to content

Commit 43f229d

Browse files
authored
Merge pull request #2 from phlowdotdev/imp
Enhance Quickleaf Cache with Event System, TTL Support, and Filtering…
2 parents 95cf5fc + d658031 commit 43f229d

19 files changed

Lines changed: 2059 additions & 198 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickleaf"
3-
version = "0.2.7"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]
@@ -12,7 +12,7 @@ repository = "https://github.com/lowcarboncode/quickleaf"
1212
readme = "README.md"
1313

1414
[dependencies]
15-
valu3 = "0.7.2"
15+
valu3 = "0.8.2"
1616

1717
[features]
1818
default = []

0 commit comments

Comments
 (0)