From 4823a118fabae5e9c1c17984d8f91a486addf6cf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 25 Aug 2025 01:43:32 +0000 Subject: [PATCH] CompatHelper: add new compat entry for JLD2 at version 0.6, (keep existing compat) --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 57cd84d..bc7ad29 100644 --- a/Project.toml +++ b/Project.toml @@ -28,3 +28,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" [extensions] PerfTest_MPIExt = "MPI" + +[compat] +JLD2 = "0.6"