From 179b02ab245c326551ad0a5d948410c41e9ffdcf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 00:17:37 +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 91be2a34..bd88a5ee 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,7 @@ JutulPartitionedArraysExt = ["PartitionedArrays", "MPI"] AMGCLWrap = "=0.3.2" AlgebraicMultigrid = "0.5.1" Crayons = "4.1.1" -DataStructures = "0.18.13" +DataStructures = "0.18.13, 0.19" DifferentiationInterface = "0.7.0" ExprTools = "0.1.8" ForwardDiff = "0.10.30, 1"