changeset 24:45b59350976f v0.1.4

Version: v0.1.4
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 16 Oct 2020 10:30:59 +0200
parents 3eb3f212b75d
children 67377dce69e9
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Fri Oct 16 10:30:38 2020 +0200
+++ b/Cargo.toml	Fri Oct 16 10:30:59 2020 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.3"
+version = "0.1.4"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]