commit | c83c7a945be56e5557d1acef11a5e9ad10ee5f5f | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Mon Jul 28 22:44:00 2025 +0000 |
committer | bors <bors@rust-lang.org> | Mon Jul 28 22:44:00 2025 +0000 |
tree | f56869ab1ef3a3fe9ab2de708852c8eb88acb8fe | |
parent | 3ca0b6393a4c6bbb3fd47ce745f2d24ef7652910 [diff] | |
parent | ad7ec16893cee6d59ccf4f4294bf8b19682d266a [diff] |
Auto merge of #144524 - rust-lang:cargo_update, r=clubby789 Weekly `cargo update` Automation to keep dependencies in `Cargo.lock` current. r? dep-bumps The following is the output from `cargo update`: ```txt compiler & tools dependencies: Locking 3 packages to latest compatible versions Updating ipc-channel v0.20.0 -> v0.20.1 Updating rand v0.9.1 -> v0.9.2 Updating redox_syscall v0.5.13 -> v0.5.16 note: pass `--verbose` to see 37 unchanged dependencies behind latest library dependencies: Locking 1 package to latest compatible version Updating rand v0.9.1 -> v0.9.2 note: pass `--verbose` to see 2 unchanged dependencies behind latest rustbook dependencies: Locking 1 package to latest compatible version Updating redox_syscall v0.5.13 -> v0.5.16 ```
This repository contains the core_arch
crate, which implements core::arch
- Rust's core library architecture-specific intrinsics.
The std::simd
component now lives in the packed_simd_2
crate.
This repository is linked to rust-lang/rust
as a josh subtree. You can use the rustc-josh-sync tool to perform synchronization.
You can find a guide on how to perform the synchronization here.