changeset 44:b73c35db6c4b v0.1.5

Publish version 0.1.5
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 20:39:24 +0100
parents a9b3e08f1ae5
children b1f617a45289
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Dec 10 20:22:32 2020 +0100
+++ b/Cargo.toml	Thu Dec 10 20:39:24 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.4"
+version = "0.1.5"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]