From 703c03ef41968d64686e69d57b22091658c284e5 Mon Sep 17 00:00:00 2001 From: Nev Delap Date: Mon, 29 Jun 2015 19:59:36 +1000 Subject: [PATCH] Bump to v0.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e47c4c..f8116fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r2d2_redis" -version = "0.0.2" +version = "0.1.0" authors = ["Steven Fackler ", "Nev Delap "] license = "MIT" description = "Redis support for the r2d2 connection pool"