RSSAmplifier

Swatinem · Feb 15, 2025

Should I pin my Rust toolchain version?

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The short answer is: yes . And the main reason is to make updates intentional and avoid surprises . For a long time, I have been chasing the very latest Rust version (I still am though), and I have been copy-pasting rustup toolchain install stable around my CI workflows. By now, I have changed my opinion on this, and I would recommend to pin the Rust toolchain to a specific version using a…

Read on swatinem.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.