Skip to content

Commit 90bc787

Browse files
committed
Release tokio-postgres v0.1.0
1 parent c62bedc commit 90bc787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with-openssl = ["tokio-openssl", "openssl"]
2323
fallible-iterator = "0.1.3"
2424
futures = "0.1.7"
2525
futures-state-stream = "0.1"
26-
postgres-shared = { path = "../postgres-shared" }
26+
postgres-shared = { version = "0.1.0", path = "../postgres-shared" }
2727
postgres-protocol = "0.2"
2828
tokio-core = "0.1"
2929
tokio-dns-unofficial = "0.1"

0 commit comments

Comments
 (0)