Skip to content

Commit 1275982

Browse files
committed
Version bump
1 parent c211f63 commit 1275982

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["macros"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.1"
6+
version = "0.4.0"
77
authors = ["Laurenz <[email protected]>"]
88
edition = "2021"
99
repository = "https://github.com/typst/comemo"
@@ -13,7 +13,7 @@ categories = ["caching"]
1313
keywords = ["incremental", "memoization", "tracked", "constraints"]
1414

1515
[workspace.dependencies]
16-
comemo-macros = { version = "0.3.1", path = "macros" }
16+
comemo-macros = { version = "0.4.0", path = "macros" }
1717
once_cell = "1.18"
1818
parking_lot = "0.12"
1919
proc-macro2 = "1"

README.md

+1-1
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.3"
9+
comemo = "0.4"
1010
```
1111

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

0 commit comments

Comments
 (0)