about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-25 18:17:06 +0100
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-25 18:17:06 +0100
commitfdfa277158fca61cf5058e1dc2dcac226c4c5e62 (patch)
treeaa8cff69f6a16b44ec4a713d2f1526462f04177c
parentd53964130f37a84dd4c6c606d97f06f23d04fff1 (diff)
downloadrust-fdfa277158fca61cf5058e1dc2dcac226c4c5e62.tar.gz
rust-fdfa277158fca61cf5058e1dc2dcac226c4c5e62.zip
Rustup to rustc 1.69.0-nightly (c5c7d2b37 2023-02-24)
-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 3f9b374be23..586d47c1b72 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -50,9 +50,9 @@ dependencies = [
 
 [[package]]
 name = "compiler_builtins"
-version = "0.1.87"
+version = "0.1.88"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
+checksum = "a2fbf11d629e314a85bc4d7348ee388d98ad0e8eb53182f3e5a17bc63613acd2"
 dependencies = [
  "rustc-std-workspace-core",
 ]
diff --git a/rust-toolchain b/rust-toolchain
index e1b403a4b85..cfa3390b6d9 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2023-02-20"
+channel = "nightly-2023-02-25"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]