Skip to content

Commit 56f7cee

Browse files
CompatHelper: add new compat entry for "TOML" at version "<0.0.1, 1.0" 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]>
1 parent 5722fc5 commit 56f7cee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
66
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
77
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
88

9+
[compat]
10+
AMDGPU = "0.6, 0.7, 0.8, 0.9"
11+
CUDA = "3, 4, 5"
12+
TOML = "< 0.0.1, 1.0"
13+
914
[extras]
1015
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
1116
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1217

1318
[weakdeps]
1419
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
1520
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
16-
17-
[compat]
18-
AMDGPU = "0.6, 0.7, 0.8, 0.9"
19-
CUDA = "3, 4, 5"

0 commit comments

Comments
 (0)