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
When I run cargo install-update -a it finds the packages to update (so it searches the .crates.toml/.crates2.json in the right place), but then it installes the updates into ~/.cargo/bin for some reason.
I believe #23 is (partially) broken again.
install.root
Cargo config value appears to not be handled properly.When I run
cargo install-update -a
it finds the packages to update (so it searches the.crates.toml
/.crates2.json
in the right place), but then it installes the updates into~/.cargo/bin
for some reason.While
cargo install cargo-audit
works correctlyThe text was updated successfully, but these errors were encountered: