Skip to content

Commit 909ff07

Browse files
authored
Unrolled build for #142274
Rollup merge of #142274 - tgross35:update-stdarch, r=Amanieu Update the stdarch submodule Includes the following changes: * Add s390x z17 target features [1] * Remove `compiler-builtins` from `rustc-dep-of-std` dependencies [2] * Darwin AArch64 detection update [3] * Fixes for the latest nightly [4] * Add a lockfile [5] [1]: rust-lang/stdarch#1826 [2]: rust-lang/stdarch#1825 [3]: rust-lang/stdarch#1827 [4]: rust-lang/stdarch#1830 [5]: rust-lang/stdarch#1829
2 parents 0d6ab20 + 61881e3 commit 909ff07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

library/Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ name = "std_detect"
352352
version = "0.1.5"
353353
dependencies = [
354354
"cfg-if",
355-
"compiler_builtins",
356355
"libc",
357356
"rustc-std-workspace-alloc",
358357
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)