From 2d2bfcbc85dd12f86e1983775966f3f465920853 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 Aug 2025 07:43:49 +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 282abbe7d..9cb86ed65 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" [compat] AliasTables = "1" DataAPI = "1" -DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18" +DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19" JET = "0.9.18, 0.10" LinearAlgebra = "<0.0.1, 1" LogExpFunctions = "0.3"