Skip to content

Commit

Permalink
Merge pull request #56 from anthofflab/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…05-31-14-06-56-595-02934258291

CompatHelper: add new compat entry for DelimitedFiles at version 1, (keep existing compat)
  • Loading branch information
lrennels authored Jul 14, 2023
2 parents 760a199 + 5c6abcf commit 746ef90
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@ uuid = "3f1801d0-c5f8-11e9-1568-bf13fd643260"
version = "1.0.3-DEV"

[deps]
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"

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

[compat]
Query = "1"
julia = "1.6"
Mimi = "1"
CSVFiles = "0.16, 1"
DataFrames = "0.19.1, 0.20, 0.21, 0.22, 1.0"
DelimitedFiles = "1"
Mimi = "1"
Query = "1"
SpecialFunctions = "0.10, 1, 2"
CSVFiles = "0.16, 1"
julia = "1.6"

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

[targets]
test = ["Test"]

0 comments on commit 746ef90

Please sign in to comment.