Skip to content

Commit ce7c13f

Browse files
authored
Merge pull request #10 from ararslan/aa/missing-dep
Add missing test dependency to Project.toml
2 parents 1153b24 + 71dcde4 commit ce7c13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
88
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
99

1010
[extras]
11+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1112
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1213
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1314

1415
[targets]
15-
test = ["Test", "SparseArrays"]
16+
test = ["Test", "SparseArrays", "Random"]

0 commit comments

Comments
 (0)