What’s new in Rust 1.70
The unique approach of the Rust programming language results in better code with fewer compromises than C, C++, Go, and the other languages you probably use. It also gets updated regularly, often every month.
Where to download the latest Rust version
If you already have a previous version of Rust installed via rustup, you can access the latest version via the following command:
$ rustup update stableThe new features in Rust 1.70
Debuting June 1, 2023, Rust 1.70 enables by default the “sparse” protocol for the Cargo package manager for reading the index from crates.io. This feature had been stabilized in Rust 1.68 but using it with crates.io still required configuration. Users should see substantially improved performance when fetching information from crates.io index.
Author: . [Source Link (*), InfoWorld]