From d40e1be37af62657de3b70df4fa7055667e78c80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 15:12:09 +0900 Subject: [PATCH] CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#195) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 51052b8d..6dbf0d1d 100644 --- a/Project.toml +++ b/Project.toml @@ -21,7 +21,7 @@ ConstructionBase = "0.1.0, 1.0" InitialValues = "0.2, 0.3" MicroCollections = "0.1" Referenceables = "0.1" -Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" SplittablesBase = "0.1.8" Transducers = "0.4.52" julia = "1"