From 81e00568f1e044d178158a690081495d4c44f2b2 Mon Sep 17 00:00:00 2001 From: Stu Small Date: Wed, 31 Oct 2018 14:00:36 -0600 Subject: [PATCH] Prep 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08d098f..71995dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttl_cache" -version = "0.5.0" +version = "0.5.1" authors = ["Stu Small "] description = "A cache that will expire values after a TTL" repository = "https://github.com/stusmall/ttl_cache"