Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Mar 7, 2024
1 parent c211f63 commit 1275982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["macros"]
resolver = "2"

[workspace.package]
version = "0.3.1"
version = "0.4.0"
authors = ["Laurenz <laurmaedje@gmail.com>"]
edition = "2021"
repository = "https://github.com/typst/comemo"
Expand All @@ -13,7 +13,7 @@ categories = ["caching"]
keywords = ["incremental", "memoization", "tracked", "constraints"]

[workspace.dependencies]
comemo-macros = { version = "0.3.1", path = "macros" }
comemo-macros = { version = "0.4.0", path = "macros" }
once_cell = "1.18"
parking_lot = "0.12"
proc-macro2 = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Incremental computation through constrained memoization.

```toml
[dependencies]
comemo = "0.3"
comemo = "0.4"
```

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

0 comments on commit 1275982

Please sign in to comment.