Skip to content

Commit

Permalink
CompatHelper: bump compat for StructArrays to 0.7, (keep existing com…
Browse files Browse the repository at this point in the history
…pat) (#579)

This pull request changes the compat entry for the `StructArrays`
package from `0.5, 0.6` to `0.5, 0.6, 0.7`.
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]>
Co-authored-by: Julius Krumbiegel <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2025
1 parent 416ab6e commit 3caab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 3caab7d

Please sign in to comment.