Skip to content

Commit

Permalink
CompatHelper: bump compat for StructArrays to 0.7 for package core, (…
Browse files Browse the repository at this point in the history
…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 <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Nov 17, 2024
1 parent 47b4fa7 commit 7b24a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b24a41

Please sign in to comment.