From b329de87325bf551846c3926bbb3d54bc03caad1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 19 Jun 2026 04:50:29 +0000 Subject: [PATCH] CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f821565..f6b5647 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ ConstructionBase = "1.6" FillArrays = "1.13" LinearAlgebra = "1.10" Mooncake = "0.4.202, 0.5" -OrderedCollections = "1.6" +OrderedCollections = "1.6, 2" Random = "1.10" SimpleTraits = "0.9.4" TensorAlgebra = "0.9.6"