From 178d119c21559077738db16af0e32d4eb3d854da Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 23 Jul 2017 13:08:12 -0700 Subject: [PATCH] Fix build --- tokio-postgres/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index b74b4a69..df96c91f 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -44,7 +44,7 @@ fallible-iterator = "0.1.3" futures = "0.1.7" futures-state-stream = "0.1" postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" } -postgres-shared = { version = "0.3.0", path = "../postgres-shared" } +postgres-shared = { version = "0.4.0", path = "../postgres-shared" } tokio-core = "0.1" tokio-dns-unofficial = "0.1" tokio-io = "0.1"