changeset 86:2ccee100cd33 v0.3.2

Release v0.3.2 Includes fix for #17
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 02 Dec 2022 21:04:42 +0100
parents fbf408e00f17
children 1e04262eb933
files Cargo.toml inner/Cargo.toml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Fri Dec 02 21:03:43 2022 +0100
+++ b/Cargo.toml	Fri Dec 02 21:04:42 2022 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.3.1"
+version = "0.3.2"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"    
 keywords = ["memoization", "cache", "proc-macro"]    
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]    
--- a/inner/Cargo.toml	Fri Dec 02 21:03:43 2022 +0100
+++ b/inner/Cargo.toml	Fri Dec 02 21:04:42 2022 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "memoize-inner"
-version = "0.2.1"
+version = "0.3.2"
 description = "Helper crate for memoize."
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
 homepage = "https://github.com/dermesser/memoize"