Skip to content

Commit cbf48cd

Browse files
committed
use forked rust-postgres dependencies
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
1 parent fd0cac7 commit cbf48cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repository = "https://github.com/sfackler/rust-postgres-array"
1010
[dependencies]
1111
bytes = "1.0"
1212
fallible-iterator = "0.2"
13-
postgres-types = "0.2"
14-
postgres-protocol = "0.6"
13+
postgres-types = { git = "https://github.com/MaterializeInc/rust-postgres" }
14+
postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" }
1515

1616
[dev-dependencies]
17-
postgres = "0.19"
17+
postgres = { git = "https://github.com/MaterializeInc/rust-postgres" }

0 commit comments

Comments
 (0)