Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Nov 27, 2023
1 parent 878ff9a commit 2b3b8ee
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
@@ -1,6 +1,6 @@
[package]
name = "comemo"
version = "0.3.0"
version = "0.3.1"
authors = ["Laurenz <laurmaedje@gmail.com>"]
edition = "2021"
description = "Incremental computation through constrained memoization."
Expand All @@ -11,5 +11,5 @@ categories = ["caching"]
keywords = ["incremental", "memoization", "tracked", "constraints"]

[dependencies]
comemo-macros = { version = "0.3", path = "macros" }
comemo-macros = { version = "0.3.1", path = "macros" }
siphasher = "1"
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comemo-macros"
version = "0.3.0"
version = "0.3.1"
authors = ["Laurenz <laurmaedje@gmail.com>"]
edition = "2021"
description = "Procedural macros for comemo."
Expand Down

0 comments on commit 2b3b8ee

Please sign in to comment.