Skip to content

Commit 7e25ebf

Browse files
DilumAluthgeBotDilumAluthgeIanButterworth
authored
πŸ€– [master] Bump the Pkg stdlib from daf02a458 to 9c01707a2 (JuliaLang#50005)
* πŸ€– [master] Bump the Pkg stdlib from daf02a458 to 9c01707a2 * remove Pkg.LazilyInitializedFields from docs --------- Co-authored-by: Dilum Aluthge <[email protected]> Co-authored-by: Ian <[email protected]>
1 parent 84bf67c commit 7e25ebf

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16da059096b4981e389884a5232fb3c6
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d162771efdbae9dd5c349319595b094577b4612c11b163cfbf16242a818769975cb7a8c5188c1cba75ae804b430d52e9a08c1f394286f2ae239bec7f8c7e3b71

β€Ždeps/checksums/Pkg-daf02a458ae6daa402a5dd6683c40d6910325c4e.tar.gz/md5β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždeps/checksums/Pkg-daf02a458ae6daa402a5dd6683c40d6910325c4e.tar.gz/sha512β€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Ždoc/make.jlβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,6 @@ DocMeta.setdocmeta!(
265265
maybe_revise(:(using Base.BinaryPlatforms));
266266
recursive=true, warn=false,
267267
)
268-
DocMeta.setdocmeta!(
269-
Pkg.LazilyInitializedFields,
270-
:DocTestSetup,
271-
maybe_revise(:(using Pkg.LazilyInitializedFields));
272-
recursive=true, warn=false,
273-
)
274268

275269
let r = r"buildroot=(.+)", i = findfirst(x -> occursin(r, x), ARGS)
276270
global const buildroot = i === nothing ? (@__DIR__) : first(match(r, ARGS[i]).captures)

β€Žstdlib/Pkg.versionβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PKG_BRANCH = master
2-
PKG_SHA1 = daf02a458ae6daa402a5dd6683c40d6910325c4e
2+
PKG_SHA1 = 9c01707a20478b859e6fd995b5e16c82e7096d92
33
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
44
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 commit comments

Comments
Β (0)