changeset 52:d713ed3952ac v0.1.7

Release v0.1.7 Release of #6 for #5
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 22 Feb 2021 21:48:29 +0100
parents f38d8944d4ad
children d675b9e02fb6
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Mon Feb 22 21:47:58 2021 +0100
+++ b/Cargo.toml	Mon Feb 22 21:48:29 2021 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.6"
+version = "0.1.7"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]