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 b8db0ee commit e73e181Copy full SHA for e73e181
Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/sfackler/rust-postgres-array"
11
bytes = "1.0"
12
fallible-iterator = "0.2"
13
postgres-types = { git = "https://github.com/myypo/rust-postgres" }
14
-postgres-protocol = "0.6"
+postgres-protocol = { git = "https://github.com/myypo/rust-postgres" }
15
16
[dev-dependencies]
17
postgres = "0.19"
0 commit comments