Skip to content

Commit ac04d67

Browse files
fredrikekreKristofferC
authored andcommitted
Add LinearAlgebra as test dependency to Distributed. (JuliaLang/julia#30311)
(cherry picked from commit d9ed7f6)
1 parent 6eef924 commit ac04d67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name = "Distributed"
22
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
33

44
[deps]
5-
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
65
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
6+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
77
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
88

99
[extras]
10+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1011
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1112

1213
[targets]
13-
test = ["Test"]
14+
test = ["LinearAlgebra", "Test"]

0 commit comments

Comments
 (0)