From 95928ef41914403fb8e831deca904341fc579b61 Mon Sep 17 00:00:00 2001 From: marmeladema Date: Thu, 2 May 2024 23:23:28 +0200 Subject: [PATCH] Release 0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8948954..456cd8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clru" -version = "0.6.1" +version = "0.6.2" authors = ["marmeladema "] edition = "2021" description = "An LRU cache implementation with constant time operations and weighted semantic"