about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-06 14:12:03 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-06-06 14:12:03 +0000
commit436bed8b7f775355d3fbd3eb722414a7aae67501 (patch)
treeb9ea0774aecd0ede40f702680ae131ed9fc9411c
parentd4d8f1c1fff6543ef334672cccb43de5fb633d6f (diff)
downloadrust-436bed8b7f775355d3fbd3eb722414a7aae67501.tar.gz
rust-436bed8b7f775355d3fbd3eb722414a7aae67501.zip
Rustup to rustc 1.72.0-nightly (e6d4725c7 2023-06-05)
-rw-r--r--build_sysroot/Cargo.lock8
-rw-r--r--rust-toolchain2
2 files changed, 5 insertions, 5 deletions
diff --git a/build_sysroot/Cargo.lock b/build_sysroot/Cargo.lock
index a41c783ed00..26b64211afb 100644
--- a/build_sysroot/Cargo.lock
+++ b/build_sysroot/Cargo.lock
@@ -128,9 +128,9 @@ dependencies = [
 
 [[package]]
 name = "libc"
-version = "0.2.144"
+version = "0.2.146"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
+checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
 dependencies = [
  "rustc-std-workspace-core",
 ]
@@ -159,9 +159,9 @@ dependencies = [
 
 [[package]]
 name = "object"
-version = "0.30.3"
+version = "0.30.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
+checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
 dependencies = [
  "compiler_builtins",
  "memchr",
diff --git a/rust-toolchain b/rust-toolchain
index 3aa8e29c211..151da5a6089 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2023-06-02"
+channel = "nightly-2023-06-06"
 components = ["rust-src", "rustc-dev", "llvm-tools"]