From 066b03d33261a13f1f32764f71affc64365bc3c3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 01:29:13 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f613dbd2..3e938055 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControlProblems" uuid = "59046045-fb9c-4c23-964f-ff0a25704f96" -authors = ["Olivier Cots "] version = "0.5.0" +authors = ["Olivier Cots "] [deps] ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a" @@ -30,6 +30,6 @@ DocStringExtensions = "0.9" ExaModels = "0.9" JuMP = "1" OptimalControl = "1" -OrderedCollections = "1" +OrderedCollections = "1, 2" SolverCore = "0.3" julia = "1.10"