From 61881e3c708628367565c6958d1a4e1794519797 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Tue, 10 Jun 2025 00:25:51 +0000 Subject: [PATCH] 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]: https://github.com/rust-lang/stdarch/pull/1826 [2]: https://github.com/rust-lang/stdarch/pull/1825 [3]: https://github.com/rust-lang/stdarch/pull/1827 [4]: https://github.com/rust-lang/stdarch/pull/1830 [5]: https://github.com/rust-lang/stdarch/pull/1829 --- library/Cargo.lock | 1 - library/stdarch | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/library/Cargo.lock b/library/Cargo.lock index 966ae72dc2ad1..8e39e7a09f42b 100644 --- a/library/Cargo.lock +++ b/library/Cargo.lock @@ -353,7 +353,6 @@ name = "std_detect" version = "0.1.5" dependencies = [ "cfg-if", - "compiler_builtins", "libc", "rustc-std-workspace-alloc", "rustc-std-workspace-core", diff --git a/library/stdarch b/library/stdarch index 5c1c436524c0b..1b4d15df12079 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit 5c1c436524c0bbc8db83577f42f8bea9006a7b75 +Subproject commit 1b4d15df12079504942d0a3f1030b2039b8a776c