Skip to content

Commit 13d925a

Browse files
authored
chore: modernize Project.toml (#105)
Update Project.toml to include compat bounds for stdlibs.
1 parent db8e957 commit 13d925a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
99
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
1010

1111
[compat]
12-
julia = "^1"
12+
julia = "1.6"
13+
Dates = "1.6"
1314
DataStructures = "^0.18"
1415
MbedTLS = "0.6.8, 0.7, 1"
16+
Sockets = "1.6"
1517

1618
[extras]
1719
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)