From 45583714e48039cf81eb984bd0c23fa46ff42816 Mon Sep 17 00:00:00 2001 From: Stu Small Date: Mon, 9 Apr 2018 17:29:04 -0600 Subject: [PATCH] Prep for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"