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