From c5160c6c498b4d32721b930e8892222239f36f9f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 2 Oct 2023 01:07:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LibPQ at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index e1639bf..0d6e656 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" WritePostgres = "59f707cc-cce7-40fd-9617-9e0c6ce07bf2" [compat] +LibPQ = "1" julia = "1" [extras]