changeset 57:853675bcf6ab v0.1.8

Publish v1.7.8 with #7
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 22 Jul 2021 07:30:20 +0200
parents 2f96e135ea5d
children b0cd6f7a09b9
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Jul 22 07:29:21 2021 +0200
+++ b/Cargo.toml	Thu Jul 22 07:30:20 2021 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.7"
+version = "0.1.8"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]