From 5b99340312cbb2e5fd59383dacc71723cc17e5f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 1 Sep 2025 01:09:24 +0000 Subject: [PATCH] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 732858a675..70bc11f66c 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ CSV = "0.10.4" Clustering = "0.14.2, 0.15" Combinatorics = "1.0.2" DataFrames = "1.3.4" -DataStructures = "0.18.13" +DataStructures = "0.18.13, 0.19" Dates = "1" Distances = "0.10.7" HiGHS = "1.1.4"