From a200b4b0e55f7894d0aebc59df7536f8ada598dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 4 Oct 2024 01:48:28 +0000 Subject: [PATCH] CompatHelper: add new compat entry for RecursiveArrayTools at version 3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index c72d007d..d2870d74 100644 --- a/Project.toml +++ b/Project.toml @@ -73,6 +73,7 @@ OrderedCollections = "1" PrecompileTools = "1" ProgressMeter = "1" Random = "1.10" +RecursiveArrayTools = "3" Reexport = "1" Rotations = "1.1" StaticArrays = "1"