From 41a2e274f29c13e0334d7dad1213064d4d134c47 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 23 May 2022 18:53:56 +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 d4fe237ee..93bb36951 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ LabelledArrays = "1.5" Metatheory = "1.2" MultivariatePolynomials = "0.3, 0.4" NaNMath = "0.3, 1" -Setfield = "0.7, 0.8" +Setfield = "0.7, 0.8, 1" SpecialFunctions = "0.10, 1.0, 2" StaticArrays = "0.12, 1.0" TermInterface = "0.2.1, 0.3"