From e91248107963bf1d636402e6678fef893ce1a2da Mon Sep 17 00:00:00 2001 From: marmeladema Date: Sun, 27 Nov 2022 21:48:32 +0100 Subject: [PATCH] Release 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 290eaa7..8948954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clru" -version = "0.6.0" +version = "0.6.1" authors = ["marmeladema "] edition = "2021" description = "An LRU cache implementation with constant time operations and weighted semantic"