We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62bedc commit 90bc787Copy full SHA for 90bc787
tokio-postgres/Cargo.toml
@@ -23,7 +23,7 @@ with-openssl = ["tokio-openssl", "openssl"]
23
fallible-iterator = "0.1.3"
24
futures = "0.1.7"
25
futures-state-stream = "0.1"
26
-postgres-shared = { path = "../postgres-shared" }
+postgres-shared = { version = "0.1.0", path = "../postgres-shared" }
27
postgres-protocol = "0.2"
28
tokio-core = "0.1"
29
tokio-dns-unofficial = "0.1"
0 commit comments