From 37c7ab70d1854912f712d808c15b72dfe5bf2aa4 Mon Sep 17 00:00:00 2001 From: Pascal Aellig Date: Mon, 22 Jul 2024 17:05:23 +0200 Subject: [PATCH] bump `ParallelStencil.jl` --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 33fab8c3..cf496c35 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ ImplicitGlobalGrid = "0.15.0" JLD2 = "0.4" MPI = "0.20" MuladdMacro = "0.2" -ParallelStencil = "0.12" +ParallelStencil = "0.12, 0.13" Reexport = "1.2.2" StaticArrays = "1" Statistics = "1" diff --git a/test/Project.toml b/test/Project.toml index 79312fc9..4b15df9f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,7 +24,7 @@ CellArrays = "0.2" GeoParams = "0.5, 0.6" JustPIC = "0.3.4, 0.3.5, 0.3.6, 0.4" MPI = "0.20" -ParallelStencil = "0.11, 0.12" +ParallelStencil = "0.11, 0.12, 0.13" StaticArrays = "1" Statistics = "1" Suppressor = "0.2"