From aba2d3c29e2830a28afc3a809b0d023134de6f5f Mon Sep 17 00:00:00 2001 From: Qingyu Qu <2283984853@qq.com> Date: Tue, 17 Dec 2024 12:01:56 +0800 Subject: [PATCH] Fix incorrect Base version and bump --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c627ffe0d..0f289d264 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" authors = ["SciML"] -version = "4.3.0" +version = "4.3.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -89,7 +89,7 @@ NLSolvers = "0.5" NLsolve = "4.5" NaNMath = "1" NonlinearProblemLibrary = "0.1.2" -NonlinearSolveBase = "1.5" +NonlinearSolveBase = "1.4" NonlinearSolveFirstOrder = "1.2" NonlinearSolveQuasiNewton = "1.1" NonlinearSolveSpectralMethods = "1.1"