Skip to content

Commit a9de284

Browse files
committed
Add a [compat] entry for the Distributed stdlib
1 parent 0120dba commit a9de284

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ version = "1.1.0"
66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
88

9+
[compat]
10+
Distributed = "< 0.0.1, 1"
11+
julia = "1.0"
12+
913
[extras]
1014
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1115

1216
[targets]
1317
test = ["Test"]
14-
15-
[compat]
16-
julia = "1.0"

0 commit comments

Comments
 (0)