Skip to content

Commit 73eeffb

Browse files
committed
Version bump
1 parent ba8aca9 commit 73eeffb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comemo"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Laurenz <laurmaedje@gmail.com>"]
55
edition = "2021"
66
description = "Incremental computation through constrained memoization."
@@ -11,5 +11,5 @@ categories = ["caching"]
1111
keywords = ["incremental", "memoization", "tracked", "constraints"]
1212

1313
[dependencies]
14-
comemo-macros = { version = "0.2.0", path = "macros" }
14+
comemo-macros = { version = "0.2.1", path = "macros" }
1515
siphasher = "0.3"

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comemo-macros"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Laurenz <laurmaedje@gmail.com>"]
55
edition = "2021"
66
description = "Procedural macros for comemo."

0 commit comments

Comments
 (0)