Skip to content

Commit

Permalink
Merge pull request #26 from queryverse/compathelper/new_version/2021-…
Browse files Browse the repository at this point in the history
…08-26-16-12-47-471-01317826661

CompatHelper: bump compat for Missings to 1, (keep existing compat)
  • Loading branch information
davidanthoff authored Aug 30, 2021
2 parents ba9312b + c90d422 commit 6303f4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

[compat]
DataValues = "0.4.4"
IteratorInterfaceExtensions = "0.1.1, 1"
Missings = "0.4.2"
Missings = "0.4.2, 1"
TableTraits = "0.3.1, 0.4, 1"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 6303f4e

Please sign in to comment.