From 405d39dbd5123325959d9953172023f20bad5cb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:46:12 +0000 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#292) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8c1afb5..ba247cf 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ MPI = "0.20.22" PDMats = "0.11.17" Random = "<0.0.1, 1" Statistics = "<0.0.1, 1" -StructArrays = "0.6.15" +StructArrays = "0.6.15, 0.7" TimerOutputs = "0.5" YAML = "0.4" julia = "1.7"