From 6b074185c9b736d0f51f5c42cd6291fcd992e125 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Aug 2025 01:22:01 +0000 Subject: [PATCH] CompatHelper: bump compat for JLD2 to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7e99d5a..405b0bc 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ BenchmarkTools = "1" Documenter = "1" Graphs = "1.4.1" InteractiveUtils = "1" -JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5" +JLD2 = "0.1.11, 0.2, 0.3, 0.4, 0.5, 0.6" JuliaFormatter = "1" MetaGraphs = "0.7" SimpleTraits = "0.9"