From 842824e30cb5485f5848d4cc95d1953e69ad1d1b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 17 Nov 2024 01:55:15 +0000 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a11d100a..651eb8c3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Diffractor" uuid = "9f5e2b26-1114-432f-b630-d3fe2085c51c" -version = "0.2.10" authors = ["Keno Fischer and contributors"] +version = "0.2.10" [deps] AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d" @@ -26,7 +26,7 @@ Cthulhu = "2.10.1" OffsetArrays = "1" PrecompileTools = "1" StaticArrays = "1" -StructArrays = "0.6" +StructArrays = "0.6, 0.7" julia = "1.10" [extras]