From bd470c7ac9168f85cf6fab84c84c29b19b7f42c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Dec 2021 00:43:43 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Setfield at version 0.8, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index addf3a2..5435e14 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" TestEnv = "1e6cf692-eddd-4d53-88a5-2d735e33781b" [compat] +Setfield = "0.8" julia = "1.6" [extras]