From c1c66d96dbe76303a722587eda4f653d8097f802 Mon Sep 17 00:00:00 2001 From: Stu Small Date: Wed, 12 Oct 2016 19:40:19 -0600 Subject: [PATCH] Moving up to 0.2.0 I can't think of much else to do right now. I'm going to integrate into my personal projects and give it some milage before I bump it up to 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac8c0ee..068a458 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ttl_cache" -version = "0.1.1" +version = "0.2.0" authors = ["Stu Small "] description = "A cache that will expire values after a TTL" repository = "https://github.com/stusmall/ttl_cache"