changeset 79:ff66cf5c7f8c v0.3.0

Publish version v0.3.0 Containing #12 fixing #11
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 02 Apr 2022 13:52:15 -0700
parents e9ccc1702af0
children 6732c60824bf
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Sat Apr 02 13:51:05 2022 -0700
+++ b/Cargo.toml	Sat Apr 02 13:52:15 2022 -0700
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.2.1"
+version = "0.3.0"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"    
 keywords = ["memoization", "cache", "proc-macro"]    
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]