From e590345e7205faaeb2e9dfb4a0941df6d316172b Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Fri, 20 Dec 2024 20:59:25 +0100 Subject: [PATCH] Up GeoInterface compat. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 189f1cf..768306c 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DataFrames = "1" DuckDB_jll = "~1.0" # more recent versions fail on windows Extents = "0.1" GeoFormatTypes = "0.4" -GeoInterface = "1" +GeoInterface = "1.4" JSON3 = "1.9" Parquet2 = "0.2" QuackIO = "0.1.3"