From 90bc787b7592875037923e8d28f5076556fa59a8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 26 Dec 2016 16:47:22 -0500 Subject: [PATCH] Release tokio-postgres v0.1.0 --- 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 65047b0c4..0e42ade14 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -23,7 +23,7 @@ with-openssl = ["tokio-openssl", "openssl"] fallible-iterator = "0.1.3" futures = "0.1.7" futures-state-stream = "0.1" -postgres-shared = { path = "../postgres-shared" } +postgres-shared = { version = "0.1.0", path = "../postgres-shared" } postgres-protocol = "0.2" tokio-core = "0.1" tokio-dns-unofficial = "0.1"