Skip to content

Commit e73e181

Browse files
committed
WIP: use my postgres-protocol fork
1 parent b8db0ee commit e73e181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/sfackler/rust-postgres-array"
1111
bytes = "1.0"
1212
fallible-iterator = "0.2"
1313
postgres-types = { git = "https://github.com/myypo/rust-postgres" }
14-
postgres-protocol = "0.6"
14+
postgres-protocol = { git = "https://github.com/myypo/rust-postgres" }
1515

1616
[dev-dependencies]
1717
postgres = "0.19"

0 commit comments

Comments
 (0)