From ccb9ea6515ed11e67163b5bf90b31a4d86f764ea Mon Sep 17 00:00:00 2001 From: marmeladema Date: Mon, 1 Mar 2021 23:17:55 +0000 Subject: [PATCH] Release 0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1fa27ba..205bdb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "clru" -version = "0.3.0" +version = "0.4.0" authors = ["marmeladema "] edition = "2018" -description = "An LRU cache implementation with constant time operations" +description = "An LRU cache implementation with constant time operations and weighted semantic" readme = "README.md" repository = "https://github.com/marmeladema/clru-rs" license = "MIT"