diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-13 05:19:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-13 05:19:17 +0200 |
| commit | e8bdbac823e793435a01d0d2198e5d8269dae1c0 (patch) | |
| tree | 3b4c16ee6bab13c73c07160584427819188e2959 | |
| parent | 6a09b67bdc67a4d8345baec04338db52079002cf (diff) | |
| parent | 61881e3c708628367565c6958d1a4e1794519797 (diff) | |
| download | rust-e8bdbac823e793435a01d0d2198e5d8269dae1c0.tar.gz rust-e8bdbac823e793435a01d0d2198e5d8269dae1c0.zip | |
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]: 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
| -rw-r--r-- | library/Cargo.lock | 1 | ||||
| m--------- | library/stdarch | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock index 862d0938d37..095af5cc0d2 100644 --- a/library/Cargo.lock +++ b/library/Cargo.lock @@ -352,7 +352,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 -Subproject 5c1c436524c0bbc8db83577f42f8bea9006a7b7 +Subproject 1b4d15df12079504942d0a3f1030b2039b8a776 |
