From 2f9b26d4044dfb6422813b5445799757280a9140 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Nov 2024 10:17:39 +0000 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 65cbf66..15848c5 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,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"