Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from daf02a458 to 9c01707a2 (JuliaLang…
Browse files Browse the repository at this point in the history
…#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]>
  • Loading branch information
3 people committed May 31, 2023
1 parent 84bf67c commit 7e25ebf
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16da059096b4981e389884a5232fb3c6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d162771efdbae9dd5c349319595b094577b4612c11b163cfbf16242a818769975cb7a8c5188c1cba75ae804b430d52e9a08c1f394286f2ae239bec7f8c7e3b71

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@ DocMeta.setdocmeta!(
maybe_revise(:(using Base.BinaryPlatforms));
recursive=true, warn=false,
)
DocMeta.setdocmeta!(
Pkg.LazilyInitializedFields,
:DocTestSetup,
maybe_revise(:(using Pkg.LazilyInitializedFields));
recursive=true, warn=false,
)

let r = r"buildroot=(.+)", i = findfirst(x -> occursin(r, x), ARGS)
global const buildroot = i === nothing ? (@__DIR__) : first(match(r, ARGS[i]).captures)
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_BRANCH = master
PKG_SHA1 = daf02a458ae6daa402a5dd6683c40d6910325c4e
PKG_SHA1 = 9c01707a20478b859e6fd995b5e16c82e7096d92
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 comments on commit 7e25ebf

Please sign in to comment.