Skip to content

Commit 178d119

Browse files
committed
Fix build
1 parent 5524e21 commit 178d119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fallible-iterator = "0.1.3"
4444
futures = "0.1.7"
4545
futures-state-stream = "0.1"
4646
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
47-
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }
47+
postgres-shared = { version = "0.4.0", path = "../postgres-shared" }
4848
tokio-core = "0.1"
4949
tokio-dns-unofficial = "0.1"
5050
tokio-io = "0.1"

0 commit comments

Comments
 (0)