Skip to content

Commit b6fa7fa

Browse files
authored
Fix [compat] entries for stdlibs (#85)
1 parent 198cbfd commit b6fa7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
1111
[compat]
1212
Aqua = "0.6"
1313
Compat = "4.4"
14-
Printf = "1.6"
15-
Random = "1.6"
14+
Printf = "<0.0.1, 1"
15+
Random = "<0.0.1, 1"
1616
Requires = "1.0"
1717
SpecialFunctions = "2.0"
18-
Test = "1.6"
18+
Test = "<0.0.1, 1"
1919
julia = "1.6"
2020

2121
[extras]

0 commit comments

Comments
 (0)