From 2d436939126b3e3f9bc5aa41b8e4f1ddf0d3370a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Jun 2026 00:41:39 +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 43edf016..a8ed6b5e 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ JuliaFormatter = "1" LazyBroadcast = "1" NCDatasets = "0.14" NVTX = "0.3, 1" -OrderedCollections = "1.4" +OrderedCollections = "1.4, 2" Profile = "1" ProfileCanvas = "0.1.6" SafeTestsets = "0.1"