From 760b7926755a363a43796665945b734e4e90594e Mon Sep 17 00:00:00 2001 From: cake-duke Date: Wed, 24 Dec 2025 12:13:59 +0000 Subject: [PATCH] Update DataStructures compat to include 0.19 DataStructures.jl has some breaking changes[1]. However they don't affect this code. https://github.com/JuliaCollections/DataStructures.jl/releases/tag/v0.19.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa7fb8d..e84a58f 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" [compat] -DataStructures = "0.17,0.18" +DataStructures = "0.17,0.18,0.19" julia = "1.9" ArchGDAL = "0.10" AxisArrays = "0.4"