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