From efdeaa6c452fb8a3904e0028e74ef3d954f7532e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 8 Aug 2025 14:06:01 +0000 Subject: [PATCH] CompatHelper: bump compat for RootSolvers to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2fbdd0bdf5..772427270e 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ PkgVersion = "0.1, 0.2, 0.3" PrettyTables = "2" Random = "1" RecursiveArrayTools = "3.2" -RootSolvers = "0.3, 0.4" +RootSolvers = "0.3, 0.4, 1" SafeTestsets = "0.1" SparseArrays = "1" StaticArrays = "1.6"