From cd9dfe2f0133e5d2d4b063f4a6206317c59d0898 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Nov 2024 00:19:22 +0000 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index b65cc55d..2f099481 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,6 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" HOHQMesh = "0.2" Plots = "1" StaticArrays = "1" -StructArrays = "0.6" +StructArrays = "0.6, 0.7" SummationByPartsOperators = "0.5" Suppressor = "0.2"