From adf6816afaa847e1c1a0bba5b88bd24333bbdf7d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 28 Aug 2022 02:26:24 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for TiledIteration to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b678d2e9..04efd9c2 100644 --- a/Project.toml +++ b/Project.toml @@ -53,7 +53,7 @@ Reexport = "1.1" StaticArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 1.0" StatsBase = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33" Suppressor = "0.2" -TiledIteration = "0.2, 0.3" +TiledIteration = "0.2, 0.3, 0.4" julia = "1.3" [extras] From cf3e56f1957dc1c4f8e77d860a4bdc3ea805e509 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 29 Aug 2022 07:33:24 +0800 Subject: [PATCH 2/2] retrigger CI