From d0c484465cfc3d1b7e702fcf026c9c9a0eff5c5e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 00:46:02 +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 8d4c388..e443785 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ VMRobotControlMakieExt = "Makie" BenchmarkTools = "1" ColorTypes = "0.11, 0.12" Colors = "0.12, 0.13" -DataStructures = "0.18" +DataStructures = "0.18, 0.19" DiffResults = "1" DifferentialEquations = "7" DigitalAssetExchangeFormatIO = "1.1.3"