From 1ae3f092c2a0ca3146114811e04d690b5fd35ed1 Mon Sep 17 00:00:00 2001 From: Artem Date: Thu, 2 Apr 2015 12:02:01 +0300 Subject: [PATCH] Use the fresh Postgres driver. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52f4072..cb216bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ path = "tests/test.rs" [dependencies] r2d2 = "0.5" -postgres = "0.7" +postgres = "0.8"