diff --git a/Project.toml b/Project.toml index 13b28d0..c2d70aa 100644 --- a/Project.toml +++ b/Project.toml @@ -7,11 +7,10 @@ version = "0.1.3" Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" [extras] -Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Distributed", "Test"] +test = ["Test"] [compat] julia = "1.0"