From 4735aef148230585091d2d5f58fafa180560d535 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 25 Oct 2021 15:46:41 +0800 Subject: [PATCH] fix one test case --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9709424..75203a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stretto" -version = "0.2.0" +version = "0.2.1" authors = ["Al Liu "] description = "Stretto is a high performance thread-safe memory-bound Rust cache." homepage = "https://github.com/al8n/stretto"