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
This commit is contained in:
commit
e8bdbac823
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c1c436524c0bbc8db83577f42f8bea9006a7b75
|
||||
Subproject commit 1b4d15df12079504942d0a3f1030b2039b8a776c
|
||||
Loading…
Add table
Add a link
Reference in a new issue