Skip to content

Commit

Permalink
Update Pkg version.
Browse files Browse the repository at this point in the history
$ git log --pretty=oneline --abbrev=commit 0314b79..fb9c7eb
fb9c7eb1db30d90f5bfade4dcea2e7c7b1e1c8e7 Reset JULIA_PROJECT environment variable during testing. (#2140)
a9a152d08aa4b874613e59376cfbc6bc61cbd4c7 Precompile: Fix and test per-project precomp suspension state retention (#2129)
e0539a9d0de08cf3e3da1e8bcb2e9f44435c5381 Delete the `bors.toml` file (#2139)
9d1b2188c11234b57790185b1d17b5b89f94b4d6 Docs: moved Julia 1.4 compat below the section (#1867)
6d2dc3fcefe160cf829fbf5664878733be64816a Print a warning when using the REPL interface in non-interactive mode. (#2076)
ac55c0ef35ac80aaef9998376887da1c1c95ee8d Add an example for the SSH-based git protocol. (#2068)
41a3b1204ee9836faf5cce5c255d311974681df6 add a progress bar to precompile process (#2128)
8da19e0f3db3f09239bcb07d9a5dc8339915d61c fixup to progress printing when downloading (#2136)
87873f8037fcd47712578dc0f39eeba9418f9376 send Pkg server value itself as a header to the Pkg server (#2134)
1698ee9377736f10081b63e4ea0997d7dee80640 sort jlls together in status printing (#1987)
88afa647445c65bf50d987f81cfbf85a380618c1 remove using latest registry version when no version in Project (#2133)
5100e0b687236bb24976b3a0dd7e7f8cd4d331bf removed unused argument (#2132)
1e480a5a3185d83abd9dbf3d343452506dd9490b show a progress bar for downloads and build (#2130)
  • Loading branch information
fredrikekre committed Oct 19, 2020
1 parent 2655a3a commit 4d6d464
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 @@
867c33ded079c6e0f2fbae896b549861
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e08fe57dc4d11a7ab84e32c097a46abeae2ac07cb1779ee132bd6e96ab76eb53c64c5952cf681ff0782ab46cd2d3c827075e4954477335476d55cd67b633ab9
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 = 0314b791bd81ae36fee31f89e34044f16e7e8783
PKG_SHA1 = fb9c7eb1db30d90f5bfade4dcea2e7c7b1e1c8e7

0 comments on commit 4d6d464

Please sign in to comment.