From 8d2d8e3097fda8c03464430d6cacca2e1593eab5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 May 2022 10:07:06 +0000 Subject: [PATCH] CompatHelper: bump compat for Setfield to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 296efbdb7..6ba93a050 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ RecursiveArrayTools = "2" RecursiveFactorization = "0.1, 0.2" Reexport = "0.2, 1" SciMLBase = "1.32" -Setfield = "0.7, 0.8" +Setfield = "0.7, 0.8, 1" StaticArrays = "0.12,1.0" UnPack = "1.0" julia = "1.6"