Skip to content

Commit 4ed8618

Browse files
authored
Project.toml: add [compat] entries for stdlibs (#218)
1 parent 3fc1ecc commit 4ed8618

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
99
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
1010

1111
[compat]
12+
Distributed = "< 0.0.1, 1"
13+
Logging = "< 0.0.1, 1"
14+
Pkg = "< 0.0.1, 1"
15+
Sockets = "< 0.0.1, 1"
1216
julia = "1.2"
1317

1418
[extras]

0 commit comments

Comments
 (0)