From b0592eaf5ae075efb2cb445a0fe764b21fb311e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:53:37 +0800 Subject: [PATCH] CompatHelper: bump compat for TiledIteration to 0.4, (keep existing compat) (#1015) * CompatHelper: bump compat for TiledIteration to 0.4, (keep existing compat) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 214974ee..057956f4 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, 0.34" Suppressor = "0.2" -TiledIteration = "0.2, 0.3" +TiledIteration = "0.2, 0.3, 0.4" julia = "1.3" [extras]