We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf6645 commit d17846fCopy full SHA for d17846f
postgres-tokio/Cargo.toml
@@ -9,7 +9,7 @@ with-openssl = ["tokio-openssl", "openssl"]
9
[dependencies]
10
fallible-iterator = "0.1.3"
11
futures = "0.1.7"
12
-futures-state-stream = { git = "https://github.com/sfackler/futures-state-stream" }
+futures-state-stream = "0.1"
13
postgres-shared = { path = "../postgres-shared" }
14
postgres-protocol = "0.2"
15
tokio-core = "0.1"
0 commit comments