Skip to content

Commit

Permalink
Project.toml: add [compat] entries for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jan 2, 2025
1 parent c91aa67 commit 3f37ccf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
Distributed = "< 0.0.1, 1"
Logging = "< 0.0.1, 1"
Pkg = "< 0.0.1, 1"
Sockets = "< 0.0.1, 1"
julia = "1.2"

[extras]
Expand Down

0 comments on commit 3f37ccf

Please sign in to comment.