From a2a95d275c50f3d00464941472a8e1b7f57a75d9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 5 Jun 2026 05:02:49 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 691504e5..710c431e 100644 --- a/Project.toml +++ b/Project.toml @@ -62,7 +62,7 @@ OrderedCollections = "1.4" Pkg = "1.4, 1.5" ProgressMeter = "1" Random = "1.11" -RecursiveArrayTools = "2, 3" +RecursiveArrayTools = "2, 3, 4" SHA = "0.7, 1" SparseArrays = "1.11" StaticArrays = "1"