Skip to content

Commit 5191d89

Browse files
committed
move StructArrays to [extras] and [test] in Project.toml
1 parent 4e92c52 commit 5191d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OrdinaryDiffEqSSPRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1515
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1616
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1717
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
18-
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1918

2019
[compat]
2120
DiffEqBase = "6.152.2"
@@ -44,7 +43,8 @@ ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
4443
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
4544
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4645
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
46+
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
4747
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4848

4949
[targets]
50-
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "OrdinaryDiffEqLowStorageRK"]
50+
test = ["DiffEqDevTools", "Random", "SafeTestsets", "StructArrays", "Test", "ODEProblemLibrary", "OrdinaryDiffEqLowStorageRK"]

0 commit comments

Comments
 (0)