We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0477a1 commit c06cbc8Copy full SHA for c06cbc8
patches/stdlib-lock.toml
@@ -200,9 +200,9 @@ dependencies = [
200
201
[[package]]
202
name = "object"
203
-version = "0.32.1"
+version = "0.36.0"
204
source = "registry+https://github.com/rust-lang/crates.io-index"
205
-checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
+checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
206
dependencies = [
207
"compiler_builtins",
208
"memchr",
@@ -407,8 +407,6 @@ dependencies = [
407
"core",
408
"getopts",
409
"libc",
410
- "panic_abort",
411
- "panic_unwind",
412
"std",
413
]
414
rust-toolchain
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "nightly-2024-05-30"
+channel = "nightly-2024-06-11"
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
0 commit comments