changeset 83:fa483417e99f

Bump version to 0.3.1 Includes #15
author Lewin Bormann <lbo@spheniscida.de>
date Tue, 09 Aug 2022 10:16:54 +0200
parents 97e1ced333ce
children 868eb5c58450
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Tue Aug 09 01:15:08 2022 -0700
+++ b/Cargo.toml	Tue Aug 09 10:16:54 2022 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.3.0"
+version = "0.3.1"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"    
 keywords = ["memoization", "cache", "proc-macro"]    
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]