changeset 18:46dbc34d5e19 v0.1.3

Publish v0.1.3
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 20:53:03 +0200
parents cf5a71de7e50
children a86c13fa27e4
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Thu Oct 15 20:52:24 2020 +0200
+++ b/Cargo.toml	Thu Oct 15 20:53:03 2020 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.1.2"
+version = "0.1.3"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"
 keywords = ["memoization", "cache", "proc-macro"]
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]