Skip to content

Commit ea088ae

Browse files
joa-quimclaude
andcommitted
Declare Downloads stdlib dep, fixes deps/build.jl sandbox error
Pkg.build runs deps/build.jl in an isolated environment that only resolves what's in Project.toml [deps] -- stdlibs aren't free there like they are inside the package's own module code. Without this, build.jl failed with "Package Downloads not found in current path" on any fresh install. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 07e2820 commit ea088ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ version = "0.1.0"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
89
GMT = "5752ebe1-31b9-557e-87aa-f909b540aa54"
910
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1011

1112
[compat]
13+
Downloads = "1"
1214
GMT = "1.40"
1315
julia = "1.10"
1416

0 commit comments

Comments
 (0)