Skip to content

Commit 2b3b8ee

Browse files
committed
Version bump
1 parent 878ff9a commit 2b3b8ee

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.3.0"
3+
version = "0.3.1"
44
authors = ["Laurenz <[email protected]>"]
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.3", path = "macros" }
14+
comemo-macros = { version = "0.3.1", path = "macros" }
1515
siphasher = "1"

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.3.0"
3+
version = "0.3.1"
44
authors = ["Laurenz <[email protected]>"]
55
edition = "2021"
66
description = "Procedural macros for comemo."

0 commit comments

Comments
 (0)