changeset 48:d701ff3e25d9 v0.1.6

Publish v0.1.6
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 16 Dec 2020 08:21:32 +0100
parents 3ed9875b9139
children b17d72bb453a
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Dec 16 08:19:04 2020 +0100
+++ b/Cargo.toml	Wed Dec 16 08:21:32 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.5"
+version = "0.1.6"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]