Use published state-stream

This commit is contained in:
Steven Fackler 2016-12-26 15:23:13 -05:00
parent faf6645fe7
commit d17846f9ca

View File

@ -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"