Skip to content

Commit 884d3ca

Browse files
CompatHelper: bump compat for "StructArrays" to "0.6" (#37)
This pull request changes the compat entry for the `StructArrays` package from `0.5` to `0.5, 0.6`. 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: David Widmann <[email protected]>
1 parent 664db14 commit 884d3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CalibrationTests"
22
uuid = "2818745e-0823-50c7-bc2d-405ac343d48b"
33
authors = ["David Widmann <[email protected]>"]
4-
version = "0.5.4"
4+
version = "0.5.5"
55

66
[deps]
77
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
@@ -22,5 +22,5 @@ HypothesisTests = "0.8, 0.9, 0.10"
2222
KernelFunctions = "0.10"
2323
Reexport = "1"
2424
StatsFuns = "0.8, 0.9"
25-
StructArrays = "0.5"
25+
StructArrays = "0.5, 0.6"
2626
julia = "1.3"

0 commit comments

Comments
 (0)