Skip to content

Commit d17846f

Browse files
committed
Use published state-stream
1 parent faf6645 commit d17846f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ with-openssl = ["tokio-openssl", "openssl"]
99
[dependencies]
1010
fallible-iterator = "0.1.3"
1111
futures = "0.1.7"
12-
futures-state-stream = { git = "https://github.com/sfackler/futures-state-stream" }
12+
futures-state-stream = "0.1"
1313
postgres-shared = { path = "../postgres-shared" }
1414
postgres-protocol = "0.2"
1515
tokio-core = "0.1"

0 commit comments

Comments
 (0)