Skip to content

Commit 967dc01

Browse files
committed
Version bump
1 parent 830473a commit 967dc01

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["macros"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.0"
6+
version = "0.5.0"
77
rust-version = "1.88" # also change in ci.yml
88
authors = ["Laurenz <[email protected]>"]
99
edition = "2024"
@@ -14,7 +14,7 @@ categories = ["caching"]
1414
keywords = ["incremental", "memoization", "tracked", "constraints"]
1515

1616
[workspace.dependencies]
17-
comemo-macros = { version = "0.4.0", path = "macros" }
17+
comemo-macros = { version = "0.5.0", path = "macros" }
1818
once_cell = "1.18"
1919
parking_lot = "0.12"
2020
proc-macro2 = "1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Incremental computation through constrained memoization.
66

77
```toml
88
[dependencies]
9-
comemo = "0.4"
9+
comemo = "0.5"
1010
```
1111

1212
A _memoized_ function caches its return values so that it only needs to be

0 commit comments

Comments
 (0)