From 05bf1bca3158c466b44c2d8e743a1b21c6b61546 Mon Sep 17 00:00:00 2001 From: al8n Date: Sat, 21 May 2022 19:51:49 +0800 Subject: [PATCH] [cargo release 0.4.4] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7df8de5..a7d4a78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stretto" -version = "0.4.3" +version = "0.4.4" authors = ["Al Liu "] description = "Stretto is a high performance thread-safe memory-bound Rust cache." homepage = "https://github.com/al8n/stretto"