From d17846f9cabd624e3d7f21981d0def35681e5e47 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 26 Dec 2016 15:23:13 -0500 Subject: [PATCH] Use published state-stream --- postgres-tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-tokio/Cargo.toml b/postgres-tokio/Cargo.toml index 7ff9c7b7..0818019e 100644 --- a/postgres-tokio/Cargo.toml +++ b/postgres-tokio/Cargo.toml @@ -9,7 +9,7 @@ with-openssl = ["tokio-openssl", "openssl"] [dependencies] fallible-iterator = "0.1.3" futures = "0.1.7" -futures-state-stream = { git = "https://github.com/sfackler/futures-state-stream" } +futures-state-stream = "0.1" postgres-shared = { path = "../postgres-shared" } postgres-protocol = "0.2" tokio-core = "0.1"