From 40f87b6532773f0f7adcf8f693784e2a493375dc Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:02:51 +0100 Subject: [PATCH] bump lower compat bound of Setfield --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ace71a50d8b..7fbfa858d41 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2" -Setfield = "0.8, 1" +Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17"