docs.rs: changed default targets

88 · The Rust Programming Language · Oct. 16, 2025, 3:31 p.m.
Summary
This blog post announces updates to the default build targets on docs.rs, reflecting changes in the Rust ecosystem. It replaces the x86_64 targets with ARM64 for Apple platforms and updates the Linux default targets in response to phasing out support for 32-bit architectures. Users can still specify previous targets in their Cargo.toml if needed.