Skip to content

Commit 9decc34

Browse files
authored
Fix the stdlib compat entries (#1065)
1 parent 3df5c48 commit 9decc34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ MacroTools = "0.4, 0.5"
1818
VersionParsing = "1.0"
1919

2020
julia = "1.4"
21-
Dates = "1.4"
22-
Libdl = "1.4"
23-
LinearAlgebra = "1.4"
24-
Serialization = "1.4"
21+
Dates = "<0.0.1, 1"
22+
Libdl = "<0.0.1, 1"
23+
LinearAlgebra = "<0.0.1, 1"
24+
Serialization = "<0.0.1, 1"
2525

2626
[extras]
2727
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)