From dee8e8e629bf0f0524ccb3319a94120afb9dcf00 Mon Sep 17 00:00:00 2001 From: Arthur Silva Date: Thu, 25 Jul 2024 16:12:53 +0200 Subject: [PATCH] 0.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8eec455..e260924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick_cache" -version = "0.6.1" +version = "0.6.2" edition = "2021" description = "Lightweight and high performance concurrent cache" repository = "https://github.com/arthurprs/quick-cache"