ELSEIF
Your brief EB
503 stories from 214 feeds 1271 clusters Refreshed 2 minutes ago next pull 02:56

LANGUAGES Signal 184

rustup 1.29.1 adds parallel updates and component installs, deprecates implicit toolchain installation

rustup 1.29.1 improves concurrency for updates and component additions, deprecates implicit toolchain installation, and adds a local HTTP server for documentation.

WHY IT MATTERS

Updating Rust toolchains and adding multiple components will be faster due to parallel execution. The deprecation of implicit toolchain installation means scripts relying on this behavior will now emit warnings and need updating eventually.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

`rustup update` and `rustup component add` now perform checks and installations in parallel.

02

Implicit installation of the active toolchain is deprecated and will produce a warning.

03

`rustup doc` supports a `--serve` flag to serve documentation over local HTTP for containerized setups.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Rust Blog Announcing rustup 1.29.1 Open ↗