From ec45518bf43c204be6f702087d640c6008d96de9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Aug 2021 00:17:06 +0000 Subject: [PATCH] CompatHelper: bump compat for MPI to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e7e0cbcf5d7..53bf6a17a05 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ ForwardDiff = "0.10.18" HDF5 = "0.14, 0.15" LinearMaps = "2.7, 3.0" LoopVectorization = "0.12.35" -MPI = "0.16, 0.17, 0.18" +MPI = "0.16, 0.17, 0.18, 0.19" OffsetArrays = "1.3" P4est = "0.2.1" Polyester = "0.3"