From 99b4f6da4824dbd4fe411de76a929ea98548a314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 18:07:43 +0100 Subject: [PATCH] CompatHelper: add new compat entry for NetworkOptions at version 1, (keep existing compat) (#99) Co-authored-by: CompatHelper Julia --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 975fa71..c48759e 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ CEnum = "0.2, 0.3, 0.4, 0.5" CoordinateTransformations = "0.6" GeoFormatTypes = "0.4" GeoInterface = "1.3" +NetworkOptions = "1" PROJ_jll = "900.100, 901" julia = "1.6"