From 44f28f0a8b58eeed1d338369c967bb6b06e252ce Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 5 Sep 2024 13:56:04 -0500 Subject: [PATCH] downgrade Setfield lower compat to 1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 996a44fe..794db579 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ Plots = "1.10" RecipesBase = "1" RecursiveArrayTools = "2.38, 3" Reexport = "1" -Setfield = "1.1" +Setfield = "1" SparseArrays = "1.10" StaticArrays = "1.9" SummationByPartsOperators = "0.5.42"