Skip to content

Commit 0eaf070

Browse files
committed
Version bump
1 parent 00dcbce commit 0eaf070

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5.0"
6+
version = "0.5.1"
77
rust-version = "1.88" # also change in ci.yml
88
authors = ["Laurenz <laurmaedje@gmail.com>"]
99
edition = "2024"
@@ -14,7 +14,7 @@ categories = ["caching"]
1414
keywords = ["incremental", "memoization", "tracked", "constraints"]
1515

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

0 commit comments

Comments
 (0)