about summary refs log tree commit diff
path: root/library/Cargo.lock
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-06-10 00:25:51 +0000
committerTrevor Gross <tmgross@umich.edu>2025-06-12 07:59:13 +0000
commit61881e3c708628367565c6958d1a4e1794519797 (patch)
treeeb41789bd65a8c0af2384f8b39c3b47099a9c0e7 /library/Cargo.lock
parentd13a431a6cc69cd65efe7c3eb7808251d6fd7a46 (diff)
downloadrust-61881e3c708628367565c6958d1a4e1794519797.tar.gz
rust-61881e3c708628367565c6958d1a4e1794519797.zip
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
Diffstat (limited to 'library/Cargo.lock')
-rw-r--r--library/Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index 966ae72dc2a..8e39e7a09f4 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",