Skip to content

Commit

Permalink
CompatHelper: add new compat entry for "TOML" at version "<0.0.1, 1.0…
Browse files Browse the repository at this point in the history
…" for package test (#866)

* CompatHelper: add new compat entry for "TOML" at version "1.0" for package test

* Update test/Project.toml

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
github-actions[bot] and giordano authored Aug 13, 2024
1 parent 5722fc5 commit 56f7cee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AMDGPU = "0.6, 0.7, 0.8, 0.9"
CUDA = "3, 4, 5"
TOML = "< 0.0.1, 1.0"

[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[weakdeps]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[compat]
AMDGPU = "0.6, 0.7, 0.8, 0.9"
CUDA = "3, 4, 5"

0 comments on commit 56f7cee

Please sign in to comment.