From 2d6ec82ff9d1bfc75c36d99bf7646ed63de672de Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 27 Jan 2023 01:00:15 +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 43870aa8..818a3a7b 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ LoggingExtras = "0.4.7" Plots = "1.12.0" ProgressMeter = "1.5.0" Requires = "1.1.3" -Setfield = "0.7.0, 0.8" +Setfield = "0.7.0, 0.8, 1" StaticArrays = "1.1.1" ThreadPools = "2.0.0" Zygote = "0.6.10"