Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Mar 27, 2023
1 parent 9b520e8 commit 5371d09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0"
version = "0.2.0"
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.1.0", path = "macros" }
comemo-macros = { version = "0.2.0", path = "macros" }
siphasher = "0.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Incremental computation through constrained memoization.

```toml
[dependencies]
comemo = "0.1"
comemo = "0.2"
```

A _memoized_ function caches its return values so that it only needs to be
Expand Down
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.1.0"
version = "0.2.0"
authors = ["Laurenz <laurmaedje@gmail.com>"]
edition = "2021"
description = "Procedural macros for comemo."
Expand Down

0 comments on commit 5371d09

Please sign in to comment.