Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from b02fb9597 to ffb6edf03 (JuliaLang…
Browse files Browse the repository at this point in the history
…#51732)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: b02fb9597
New commit: ffb6edf03
Julia version: 1.11.0-DEV
Pkg version: 1.11.0
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@b02fb95...ffb6edf

```
$ git log --oneline b02fb9597..ffb6edf03
ffb6edf03 cache pidlock tweaks (JuliaLang#3654)
550eadd7e Pin registry for MetaGraph tests (JuliaLang#3666)
ee39026b8 Remove test that depends on Random being in the sysimg (JuliaLang#3656)
561508db2 CI: Increase the CI timeout. Update actions. Fix double precompilation. (JuliaLang#3665)
7c7ed63b1 Remove change UUID script it should be uncessary on Julia v1.11-dev (JuliaLang#3655)
a8648f7c8 Precompile: Fix algorithmic complexity of cycle detection (JuliaLang#3651)
0e0cf4514 Switch datastructure Vector -> Set for algorithmic complexity (JuliaLang#3652)
894cc3f78 respect if load-time precompile is disabled (JuliaLang#3648)
3ffd1cf73 Make auto GC message use printpkgstyle (JuliaLang#3633)
```

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
DilumAluthgeBot and DilumAluthge committed Oct 17, 2023
1 parent bbcbac9 commit d42415a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7debd8f3b98285c9837b6715fe2e1802
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f3b71ac68899c265d59edf3376f224f8a64b63ac0a9a08f05652789f9bc8e670365e0f0758c357b8a8bdf08a08c75c27f1d1a63d062795ae67793a686d4acfe
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 = b02fb95979c71dc5834aad739ad61622cccf4a16
PKG_SHA1 = ffb6edf0306a651240b71641fb4aa5ab8cc7659b
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 d42415a

Please sign in to comment.