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"