Skip to content

Commit d2e8569

Browse files
authored
Update Project.toml
1 parent 6982701 commit d2e8569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CellArrays"
22
uuid = "d35fcfd7-7af4-4c67-b1aa-d78070614af4"
33
authors = ["Samuel Omlin"]
4-
version = "0.1.4"
4+
version = "0.2.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -15,11 +15,11 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1515
Adapt = "3, 4"
1616
AMDGPU = "0.3.7, 0.4, 0.5, 0.6, 0.7, 0.8"
1717
CUDA = "3.12, 4, 5"
18-
julia = "1.9" # Minimum required Julia version (supporting extensions)
18+
julia = "1.9" # Minimum required Julia version (supporting extensions and weak dependencies)
1919
StaticArrays = "1"
2020

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

2424
[targets]
25-
test = ["Test", "AMDGPU", "CUDA"]
25+
test = ["Test", "AMDGPU", "CUDA"]

0 commit comments

Comments
 (0)