From c0206913c4cd0e66a8891349d76602cf2d6f840e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Nov 2024 15:45:02 +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 e9bf761..a6d13fe 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ Measurements = "2" RadiationDetectorSignals = "0.3" StaticArrays = "0.12, 1.0" StatsBase = "0.32, 0.33, 0.34" -StructArrays = "0.4, 0.5, 0.6" +StructArrays = "0.4, 0.5, 0.6, 0.7" Tables = "0.2, 1.0" TypedTables = "1.2" Unitful = "1"