about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-06-09 15:25:44 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-06-09 15:25:44 +0200
commit875ffa19b11236a59ce08d688907cf337ddfcaed (patch)
treeaf7ea9d73c4719b5603ff70d0b2332f0f52cb518
parent74f3916a7730daa952b0fe89f25c8ecf4e890f20 (diff)
downloadrust-875ffa19b11236a59ce08d688907cf337ddfcaed.tar.gz
rust-875ffa19b11236a59ce08d688907cf337ddfcaed.zip
Rustup to rustc 1.63.0-nightly (7466d5492 2022-06-08)
-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 d950fea90fb..c38a2d1a389 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -56,9 +56,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.72"
+version = "0.1.74"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afdbb35d279238cf77f0c9e8d90ad50d6c7bff476ab342baafa29440f0f10bff"
+checksum = "fe4879c339330c0ca526a52bc07500a4f5939c8d51481d58d443e10420a41547"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/rust-toolchain b/rust-toolchain
index d0d3239d2d2..0d5f5692ab6 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2022-05-20"
+channel = "nightly-2022-06-09"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]