From 185d9852563524e2f627b1e067f49d2bae17a785 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Apr 2025 01:29:34 +0000 Subject: [PATCH] CompatHelper: add new compat entry for MPI in [weakdeps] at version 0.20, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9fda588..2b66d96 100644 --- a/Project.toml +++ b/Project.toml @@ -27,3 +27,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" [extensions] PerfTest_MPIExt = "MPI" + +[compat] +MPI = "0.20"