Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Apr 13, 2023
1 parent ba8aca9 commit 73eeffb
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.2.0"
version = "0.2.1"
authors = ["Laurenz <[email protected]>"]
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.2.0", path = "macros" }
comemo-macros = { version = "0.2.1", path = "macros" }
siphasher = "0.3"
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.2.0"
version = "0.2.1"
authors = ["Laurenz <[email protected]>"]
edition = "2021"
description = "Procedural macros for comemo."
Expand Down

0 comments on commit 73eeffb

Please sign in to comment.