changeset 62:9c7a2ca7c2fc v0.1.9

Release v0.1.9 with #8
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 23 Jul 2021 05:32:55 +0200
parents 3b460e15706a
children ce8be7096087
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Jul 22 21:04:03 2021 +0000
+++ b/Cargo.toml	Fri Jul 23 05:32:55 2021 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.8"
+version = "0.1.9"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]