Skip to content

Commit f5b0077

Browse files
ViralBShahclaude
andcommitted
Restore <0.0.1 compat for stdlibs (needed for Julia 1.6)
On Julia 1.6, stdlibs like Test, Random, Pkg, UUIDs report as version 0.0.0. The <0.0.1 compat entry is needed to match that. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fdf41ec commit f5b0077

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1414
HTTPExt = "HTTP"
1515

1616
[compat]
17-
Pkg = "1"
17+
Pkg = "<0.0.1, 1"
1818
Requires = "1"
19-
UUIDs = "1"
19+
UUIDs = "<0.0.1, 1"
2020
julia = "1.6"
2121
Aqua = "0.8"
2222
CSVFiles = "1"
@@ -25,8 +25,8 @@ ColorTypes = "0.12"
2525
Downloads = "1.4"
2626
FilePathsBase = "0.9"
2727
HTTP = "1"
28-
Random = "1"
29-
Test = "1"
28+
Random = "<0.0.1, 1"
29+
Test = "<0.0.1, 1"
3030

3131
[extras]
3232
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)