From 665a39c140f236465516b999e1db1143d4c326ab Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 29 Jan 2020 23:47:01 -0800 Subject: [PATCH 1/4] Update jobserver crate to 0.1.21 Brings in a fix for alexcrichton/jobserver-rs#23 which could cause Cargo to unnecessarily hang in some situations. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c359b464ef1d..6ddc7944092da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,9 +1642,9 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b06c1b455f1cf4269a8cfc320ab930a810e2375a42af5075eb8a8b36405ce0" +checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" dependencies = [ "libc", ] From 4d2009b45fa786ccf1e5312a282874777630a894 Mon Sep 17 00:00:00 2001 From: Kornel Date: Tue, 28 Jan 2020 15:53:21 +0000 Subject: [PATCH 2/4] Demonstrate final build-override syntax --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 02edb0cf83c98..10e485c1a40d5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -62,9 +62,9 @@ Cargo - [Cargo.lock now uses a more git friendly format that should help to reduce merge conflicts.][cargo/7579] - [You can now override specific dependencies's build settings][cargo/7591] E.g. - `[profile.dev.overrides.image] opt-level = 2` sets the `image` crate's + `[profile.dev.package.image] opt-level = 2` sets the `image` crate's optimisation level to `2` for debug builds. You can also use - `[profile..build_overrides]` to override build scripts and + `[profile..build-override]` to override build scripts and their dependencies. Misc From 2ca7073054c005f1fba778ef8282d35cad77371d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 6 Feb 2020 10:55:57 -0800 Subject: [PATCH 3/4] [beta] Update cargo --- src/tools/cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/cargo b/src/tools/cargo index 9d32b7b014090..86334295e82ef 160000 --- a/src/tools/cargo +++ b/src/tools/cargo @@ -1 +1 @@ -Subproject commit 9d32b7b01409024b165545c568b1525d86e2b7cb +Subproject commit 86334295e82ef241fe5ec618d9fb612585bd7c1f From 279e1f63b1182a15c8e15a2ddefd4e7c771a57e9 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Thu, 6 Feb 2020 15:50:59 -0500 Subject: [PATCH 4/4] Drop to non-devstatic stable --- src/stage0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stage0.txt b/src/stage0.txt index aa55aa6a7e25d..99d2062d3f8ad 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,7 +12,7 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.x.0` for Cargo where they were released on `date`. -date: 2020-01-27 +date: 2020-01-30 rustc: 1.41.0 cargo: 0.42.0 @@ -39,4 +39,4 @@ cargo: 0.42.0 # looking at a beta source tarball and it's uncommented we'll shortly comment it # out. -dev: 1 +#dev: 1