From a9ce452f959480284c4cede57d61464d211c3e68 Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Sun, 29 May 2022 20:47:42 +0200 Subject: [PATCH] Support recent ArchGDAL 0.9 release. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 52f1a06..151ab65 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoDataFrames" uuid = "62cb38b5-d8d2-4862-a48e-6a340996859f" authors = ["Maarten Pronk and contributors"] -version = "0.2.2" +version = "0.2.3" [deps] ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" @@ -11,7 +11,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -ArchGDAL = "0.8.3" +ArchGDAL = "0.8, 0.9" DataFrames = "1.0" GeoFormatTypes = "0.3" Tables = "1"