Failed to add rustup component: rustfmt #767
-
Today, I updated my version of
Here is a sample task: [tasks.format]
description = "Format all source files."
install_crate = { rustup_component_name = "rustfmt" }
command = "cargo"
args = ["fmt"] I tried cleaning my project workspace as well as running this task on a couple different projects, but nothing seems to help. Also, I still have the same version of This task worked fine for me on |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@cooperwalbrun not sure. maybe related to #743 ? |
Beta Was this translation helpful? Give feedback.
@cooperwalbrun not sure. maybe related to #743 ?
did you specify a toolchain?