From 4f92653bf7f0cfa1907ce9cdd0ce6526f3bfee64 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Apr 2026 02:44:33 +0000 Subject: [PATCH] CompatHelper: bump compat for RecursiveArrayTools to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 28ee24a2..e7378f2b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VortexStepMethod" uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9" -authors = ["1-Bart-1 ", "Oriol Cayon and contributors"] version = "3.0.1" +authors = ["1-Bart-1 ", "Oriol Cayon and contributors"] [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" @@ -55,7 +55,7 @@ Parameters = "0.12" Pkg = "1" PreallocationTools = "1.1.2" PrecompileTools = "1.2.1" -RecursiveArrayTools = "3.36.0" +RecursiveArrayTools = "3.36.0, 4" SciMLBase = "2.77.0" Serialization = "1" StaticArrays = "1"