Skip to content

Commit

Permalink
Try #522:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Aug 29, 2021
2 parents d13df1a + e05540f commit 64746cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn available_targets(toolchain: &str, verbose: bool) -> Result<AvailableTarg

pub fn install_toolchain(toolchain: &str, verbose: bool) -> Result<()> {
Command::new("rustup")
.args(&["toolchain", "add", toolchain])
.args(&["toolchain", "add", toolchain, "--profile", "minimal"])
.run(verbose)
.chain_err(|| format!("couldn't install toolchain `{}`", toolchain))
}
Expand Down

0 comments on commit 64746cd

Please sign in to comment.