From a19921b73ac009d4adec01a8c57a1036c5a8fe16 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Sat, 25 Jul 2026 13:39:09 +1200 Subject: [PATCH] Update OrderedCollections version in Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88a4f939f8..e071109853 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ JSONSchema = "1" LinearAlgebra = "1" MutableArithmetics = "1" NaNMath = "0.3, 1" -OrderedCollections = "1.1" +OrderedCollections = "1.1, 2" ParallelTestRunner = "2.4.1" PrecompileTools = "1.0.1" Printf = "1"