about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-04-05 11:44:41 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2022-04-05 11:44:41 +0200
commitb87d7834c0c272f74fec72ccdb10d3b0e227e89a (patch)
tree120c5a9ea2092214a2f6da734820336d75c9c570
parentbc62bd55bd4d91ea283d4db0167742d967fa5817 (diff)
downloadrust-b87d7834c0c272f74fec72ccdb10d3b0e227e89a.tar.gz
rust-b87d7834c0c272f74fec72ccdb10d3b0e227e89a.zip
Rustup to rustc 1.62.0-nightly (60e50fc1c 2022-04-04)
-rw-r--r--build_sysroot/Cargo.lock4
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 3 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock
index f584f54e106..0d9ae67342e 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -56,9 +56,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.71"
+version = "0.1.72"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "163437f05ca8f29d7e9128ea728dedf5eb620e445fbca273641d3a3050305f23"
+checksum = "afdbb35d279238cf77f0c9e8d90ad50d6c7bff476ab342baafa29440f0f10bff"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/rust-toolchain b/rust-toolchain
index cd8c5f8fb79..763aceac2df 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-03-25"
+channel = "nightly-2022-04-05"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]