The path to credentials.toml is incorrect resulting in the file not being removed. Per https://doc.rust-lang.org/cargo/guide/cargo-home.html, `credentials.toml` should be in `CARGO_HOME` not `CARGO_HOME/.cargo`.
The path to credentials.toml is incorrect resulting in the file not being removed.
Per https://doc.rust-lang.org/cargo/guide/cargo-home.html,
credentials.tomlshould be inCARGO_HOMEnotCARGO_HOME/.cargo.