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 cbf48cd commit 7b0481eCopy full SHA for 7b0481e
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 = { git = "https://github.com/MaterializeInc/rust-postgres" }
14
-postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
+postgres-types = { git = "https://github.com/uce/rust-postgres", branch = "6716-config" }
+postgres-protocol = { git = "https://github.com/uce/rust-postgres", branch = "6716-config" }
15
16
[dev-dependencies]
17
-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }
+postgres = { git = "https://github.com/uce/rust-postgres", branch = "6716-config" }
0 commit comments