changeset 105:793f2e38a318 v0.4.1

Publish v0.4.1 Fixes #26
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 27 Oct 2023 20:21:47 +0200
parents 3d158edc4991
children bb57757a7727
files Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Fri Aug 04 16:44:31 2023 +0200
+++ b/Cargo.toml	Fri Oct 27 20:21:47 2023 +0200
@@ -1,6 +1,6 @@
 [package]
 name = "memoize"
-version = "0.4.0"
+version = "0.4.1"
 description = "Attribute macro for auto-memoizing functions with somewhat-simple signatures"    
 keywords = ["memoization", "cache", "proc-macro"]    
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]