From b8db0ee0c81257d0e36861371a5bf54e215837f2 Mon Sep 17 00:00:00 2001 From: myypo Date: Sun, 6 Jul 2025 20:18:44 +0300 Subject: [PATCH 1/2] WIP: use my postgres-types fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fa0f65..d8baeb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/sfackler/rust-postgres-array" [dependencies] bytes = "1.0" fallible-iterator = "0.2" -postgres-types = "0.2" +postgres-types = { git = "https://github.com/myypo/rust-postgres" } postgres-protocol = "0.6" [dev-dependencies] From e73e181d54b28d6cc100d86cad751cd88de94dc9 Mon Sep 17 00:00:00 2001 From: myypo Date: Sun, 20 Jul 2025 00:38:08 +0300 Subject: [PATCH 2/2] WIP: use my postgres-protocol fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8baeb1..6db33b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/sfackler/rust-postgres-array" bytes = "1.0" fallible-iterator = "0.2" postgres-types = { git = "https://github.com/myypo/rust-postgres" } -postgres-protocol = "0.6" +postgres-protocol = { git = "https://github.com/myypo/rust-postgres" } [dev-dependencies] postgres = "0.19"