From cdc476806fe7e39445aa27a660c2a37091aad722 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 Sep 2021 07:16:45 +0000 Subject: [PATCH] CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5236a2267..7e86c2377 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ RecursiveArrayTools = "2" RecursiveFactorization = "0.1, 0.2" Reexport = "0.2, 1" SciMLBase = "1" -Setfield = "0.7" +Setfield = "0.7, 0.8" StaticArrays = "0.12,1.0" UnPack = "1.0" julia = "1"