Rustup to rustc 1.81.0-nightly (b5b13568f 2024-06-10)

This commit is contained in:
bjorn3 2024-06-11 12:18:15 +00:00
parent c0477a1231
commit c06cbc8dbe
2 changed files with 3 additions and 5 deletions

View File

@ -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",
]

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2024-05-30"
channel = "nightly-2024-06-11"
components = ["rust-src", "rustc-dev", "llvm-tools"]