From de6a70148112fd7d0b0149acbb16797f4eb49cb6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 26 Aug 2021 00:16:03 +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"