From 7b24a41d7e29a4377b52e3be82f90b78993e48f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:28:28 +0100 Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7 for package core, (keep existing compat) (#1939) This pull request changes the compat entry for the `StructArrays` package from `0.6.13` to `0.6.13, 0.7` for package core. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Co-authored-by: CompatHelper Julia --- core/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Project.toml b/core/Project.toml index 9e761b65d..51b68a4ad 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -98,7 +98,7 @@ SciMLBase = "2.36" SparseArrays = "1" SparseConnectivityTracer = "0.6.8" Statistics = "1" -StructArrays = "0.6.13" +StructArrays = "0.6.13, 0.7" TOML = "1" Tables = "1" TerminalLoggers = "0.1.7"