From 3b60fe066254ff926e5be7a9f5bc9a5c06e64766 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 18 Nov 2024 14:40:36 +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 8d226b7..9f903bf 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ Revise = "3.1" SIMD = "3.3" SLEEF_jll = "3.4" StaticArrays = "1.4" -StructArrays = "0.6" +StructArrays = "0.6, 0.7" TestEnv = "1.0" TimerOutputs = "0.5" YAML = "0.4.7"