about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-11 12:18:15 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-11 12:18:15 +0000
commitc06cbc8dbe87e6824e8c7b2e5714756abec7f89f (patch)
treea8ea64448d165f578f12d734a422bfbc87c321ac
parentc0477a12311cbe11575272025986c2a9455a2141 (diff)
downloadrust-c06cbc8dbe87e6824e8c7b2e5714756abec7f89f.tar.gz
rust-c06cbc8dbe87e6824e8c7b2e5714756abec7f89f.zip
Rustup to rustc 1.81.0-nightly (b5b13568f 2024-06-10)
-rw-r--r--patches/stdlib-lock.toml6
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 5 deletions
diff --git a/patches/stdlib-lock.toml b/patches/stdlib-lock.toml
index 1bac8a93240..aea0a779b1e 100644
--- a/patches/stdlib-lock.toml
+++ b/patches/stdlib-lock.toml
@@ -200,9 +200,9 @@ dependencies = [
 
 [[package]]
 name = "object"
-version = "0.32.1"
+version = "0.36.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
+checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
 dependencies = [
  "compiler_builtins",
  "memchr",
@@ -407,8 +407,6 @@ dependencies = [
  "core",
  "getopts",
  "libc",
- "panic_abort",
- "panic_unwind",
  "std",
 ]
 
diff --git a/rust-toolchain b/rust-toolchain
index 44a196c18ae..35d7372a196 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2024-05-30"
+channel = "nightly-2024-06-11"
 components = ["rust-src", "rustc-dev", "llvm-tools"]