From 172702c64438c6b048196efb1abf5a6f13895b5b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Sep 2021 01:11:31 +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 8e15d94..d31f86d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ MosaicViews = "0.2, 0.3" OffsetArrays = "1.6.2" Parameters = "0.12" Rotations = "1.0" -Setfield = "0.7" +Setfield = "0.7, 0.8" StaticArrays = "1.0" julia = "1.3, 1.4, 1.5"