gtag('config', 'G-0PFHD683JR');
Price Prediction

What’s new in Rustup 1.28.0?

The Rustup team is happy to announce the RUSTUP version 1.28.0. RUSTUP is the recommended tool to install RUST, a programming language that enables everyone to build reliable and effective programs.

What is new in Rustup 1.28.0

This new version of Rustup has been a long time to make it and come with great changes.

Before searching for details, it should be noted that Chris Denton has joined the team. Chris has a lot of experience in contributing to Windows parts in the RUST-experience that we had previously lacking-so we are pleased to have on board the plane to help address Windows problems.

The following improvements may require changes on how to use Rusup:

  • RUSTUP will not be automatically installed if it is not installed.
    • To ensure its installation, run it rustup toolchain install Without arguments.

    • The next matter installs the active tool scheme and after this change:

      rustup show active-toolchain || rustup toolchain install
      # Or, on older versions of PowerShell:
      rustup show active-toolchain; if ($LASTEXITCODE -ne 0) { rustup toolchain install }
      
  • Install a compatible host tools scheme across rustup toolchain install or rustup default It will be rejected now unless you are added openly --force-non-host science.

RUSTUP now officially supports the following host platforms:

  • aarch64-pc-windows-msvc
  • loongarch64-unknown-linux-musl

This version also comes with improvements in different quality of life, to name a few:

  • rustup showThe output format is cleaned, making it easy to know the status of your tool shoes.
  • rustup doc It now accepts science and theme at the same time, allowing rapid movement to specific parts of books.
  • Rust remove Sub -panels now support more borrowed names such as rm and del.
  • The basic support for Nushell has been added.

We have also made the following internal changes:

  • The rear interface of the default download of Request with the original TLS to Request with RUSTLS.
    • RUSTUP_USE_CURL and RUSTUP_USE_RUSTLS It can still be used to change the back interface of the download if the new back interface causes problems. If the problems occur, please tell us that.
    • The virtual rear interface is now using Rusls-Platform-Verifier to check server certificates, taking advantage of the basic system certificate store on the basic systems you support.
  • When creating agent links, Rustup will now try Symlinks first and will return to solid links, instead of trying solid links first.
  • new RUSTUP_LOG The environmental variable can be used to control the registration -based registration in diodes. See DEV Directory for more details.

Finally, there are some noticeable changes on our official website:

  • The general design of the site has been updated to improve compatibility with the brand of the RUST project.
  • It is now possible to download the Prebuilt rustup-init.sh Installed aarch64-pc-windows-msvc Hosting platform via https://win.rustup.rs/aarch64.

More details are available in ChangeLog!

How to update

If you have a previous version of the installed rusup, get Rustup 1.28.0 easy like stopping any programs that you may use RUSTUP (for example your IDE closing) and run:

$ rustup self update

RUSTUP will also update itself automatically at the end of the update tools tools:

$ rustup update

If you don’t have already, you can get a rustup from the right page on our website.

RUSTUP documents are also available in the Rustup book.

Warnings

RUSTUP versions can come with problems that RUSTUP does not cause themselves but only because of a new version. As such, we recommend paying attention to the following potential problems in particular:

  • Anti -prohibitions lighting scanners may prevent rust or stop them from creating or copying files (especially when installing rust-docsBecause it contains many small files).

  • In your CI environment, Rustup may fail when trying to perform self -modernization.

    This is a well -known issue, and if this problem occurs, we recommend applying the following solutions at the beginning of your workflow:

    $ rustup set auto-self-update disable
    

    Also, starting at 1.28.0, Rustup will not try to self -finish in CI environments, so this solution should not be necessary in the future.

These problems must be solved automatically within a few weeks when the anti -harmful programs for harmful programs are updated to be aware of the new RUSTUP version, and the hosted version is updated through all the contestants in the CI.

Thanks

Thanks again to all the shareholders who made Rustup 1.28.0 possible!


Rustup team

As published here

Photo by Richard Horfath on non -earthquakes

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button