diff --git a/Cargo.toml b/Cargo.toml index 290eaa7..8948954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clru" -version = "0.6.0" +version = "0.6.1" authors = ["marmeladema "] edition = "2021" description = "An LRU cache implementation with constant time operations and weighted semantic"