about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-24 08:38:14 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-03-24 08:38:14 +0000
commit5c9f0073ee64d48d3e449df28c3e29a325ed23a9 (patch)
treee9f735eda22ee594c396f723a0161be77b37af6b
parentd170b6bf8005c5672aea1769f162df6b0689f218 (diff)
downloadrust-5c9f0073ee64d48d3e449df28c3e29a325ed23a9.tar.gz
rust-5c9f0073ee64d48d3e449df28c3e29a325ed23a9.zip
Rustup to rustc 1.70.0-nightly (1459b3128 2023-03-23)
-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 f2150762991..e755bd3cc43 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -202,9 +202,9 @@ dependencies = [
 
 [[package]]
 name = "rustc-demangle"
-version = "0.1.21"
+version = "0.1.22"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
+checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-core",
diff --git a/rust-toolchain b/rust-toolchain
index bb56b6b61c7..8b958ff9a27 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2023-03-17"
+channel = "nightly-2023-03-24"
 components = ["rust-src", "rustc-dev", "llvm-tools-preview"]