From a1ac40bdf71c0f98cbdd1a3826d60bd7f9058fa6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Nov 2024 01:56:22 +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 45610f158..4501bc305 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ PooledArrays = "1" PrecompileTools = "1" RelocatableFolders = "0.1, 0.2, 0.3, 1.0" StatsBase = "0.33, 0.34" -StructArrays = "0.5, 0.6" +StructArrays = "0.5, 0.6, 0.7" Tables = "1.4" julia = "1.6"