Skip to content

Commit

Permalink
remove duplicated info in Project (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC authored Feb 4, 2020
1 parent 0eaf7df commit 44b812d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ julia = "1.2"

[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Random", "Sockets", "Distributed"]
test = ["Test", "Distributed"]

0 comments on commit 44b812d

Please sign in to comment.