diff --git a/Cargo.toml b/Cargo.toml index bc7556e..b58f8a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttl_cache" -version = "0.4.1" +version = "0.4.2" authors = ["Stu Small "] description = "A cache that will expire values after a TTL" repository = "https://github.com/stusmall/ttl_cache"