From 4982da49db97818c8e897868304e7838049643ea Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Nov 2024 00:25:04 +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 f3bcd7d..8be9e08 100644 --- a/Project.toml +++ b/Project.toml @@ -22,5 +22,5 @@ DocStringExtensions = "0.8, 0.9" IntervalSets = "0.5, 0.6, 0.7" Statistics = "1" StatsBase = "0.32, 0.33, 0.34" -StructArrays = "0.4, 0.5, 0.6" +StructArrays = "0.4, 0.5, 0.6, 0.7" julia = "1.6"