|
|
|
|
|
by super_flanker
1076 days ago
|
|
> rustup fetches and installs new versions without prompting I don't think it's true. rustup installs new version only when you run `rustup update`. What parent is talking about is pinning a particular rustc version in Cargo.toml, which allows rustup to download that version of rustc to build that particular project/crate. |
|