From 702a59c817767e21b0c3130382d8576bf47b9f80 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 11 May 2023 00:19:29 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for TiledIteration to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b678d2e9..dc520d82 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.5" julia = "1.3" [extras] From ba9bdc20d536db91a4c28be0c59313ff7dbaa2d2 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Thu, 11 May 2023 06:54:18 -0500 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dc520d82..92329c4b 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, 0.5" +TiledIteration = "0.2, 0.3, 0.4, 0.5" julia = "1.3" [extras]