rustup 1.29.1 brings concurrency improvements

rustup 1.29.1 brings concurrency improvements

Rust installer now checks for possible updates in parallel and installs multiple components concurrently. The team behind the rustup installer for the Rust programming language has released an update to the command-line utility. Announced September 1, rustup 1.29.1 improves concurrency in two rustup operations, according to the Rustup Team. Now, when running rustup update, rustup will first check for possible updates in parallel. And when running rustup component add with multiple components, the components now will be installed concurrently. The rustup 1.29.1 update also re-enables implicit installation, which was removed with rustup 1.28.0. However, implicit installation of the active toolchain in rustup-init and rustup invocations has been deprecated and will now produce a warning. In versions 1.27 and earlier, rustup would implicitly install the active toolchain if it was found missing whenever rustup was invoked. This behavior could not be disabled and had become a source of confusion, the Rustup Team said. Developers now can control it with the RUSTUP_AUTO_INSTALL environment variable or the rustup set auto-install command, the team explained in a blog post. Elsewhere in rustup 1.29.1: rustup doc now supports the --serve flag, which allows serving the docs over local HTTP. This should help users with containerized browser or rustup setups. Installing i686-pc-windows-* host toolchains on 64-bit Windows now requires --force-non-host. rustup-init will no longer leave unexpected files on disk after cancelled installations. A bug that could cause Windows installation to fail when using rustup-init.sh has been fixed. “Target triple” has been renamed to “target tuple” across the project to reflect the new terminology. An August 20 update to the Rust language brought algebraic methods for addition, subtraction, multiplication, division, and remainder to floating-point types, allowing optimizations on these operations using algebraic properties of real number.

Original Source

Read the full article at Infoworld →

KhanList aggregates and links to publicly available news content. We do not host full articles from third-party sources. Always verify important information with original sources.