Skip to content

Commit

Permalink
[Artifacts]: Complete transition to Artifacts stdlib
Browse files Browse the repository at this point in the history
This bumps Pkg version to include one that strips out the
`Pkg.Artifacts` and `Pkg.BinaryPlatforms` modules.
  • Loading branch information
staticfloat committed Sep 18, 2020
1 parent 109a1e1 commit 5d79f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ DocMeta.setdocmeta!(SparseArrays, :DocTestSetup, :(using SparseArrays, LinearAlg
DocMeta.setdocmeta!(SuiteSparse, :DocTestSetup, :(using SparseArrays, LinearAlgebra, SuiteSparse), recursive=true, warn=false)
DocMeta.setdocmeta!(UUIDs, :DocTestSetup, :(using UUIDs, Random), recursive=true, warn=false)
DocMeta.setdocmeta!(Pkg, :DocTestSetup, :(using Pkg, Pkg.Artifacts), recursive=true, warn=false)
DocMeta.setdocmeta!(Pkg.BinaryPlatforms, :DocTestSetup, :(using Pkg, Pkg.BinaryPlatforms), recursive=true, warn=false)
DocMeta.setdocmeta!(Base.BinaryPlatforms, :DocTestSetup, :(using Base.BinaryPlatforms), recursive=true, warn=false)

let r = r"buildroot=(.+)", i = findfirst(x -> occursin(r, x), ARGS)
Expand Down
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_BRANCH = master
PKG_SHA1 = 6a235eb813be335b54c97c5c7d631bdbd1059115
PKG_SHA1 = c2c99807b157d6b9e23d09fa597800ec0e715cee

0 comments on commit 5d79f76

Please sign in to comment.