You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,40 @@ On Windows the following strategy is applied:
41
41
* Add the current version to the current executable's extension
42
42
* Create an empty file in place of the just-renamed file (this way `cargo install` will "replace" it and not duplicate the entry in `.crates.toml`)
43
43
44
+
### Troubleshooting
45
+
46
+
Some crates, like `clippy` and `rustfmt`, have moved from Crates.io to being a `rustup` component.
47
+
If you'd installed them beforehand, then added them via `rustup component`, they might not have been removed from the list of crates installed via `cargo install`,
48
+
and you [might come across errors](https://github.com/nabijaczleweli/cargo-update/issues/118) such as
0 commit comments