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