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
I have a script that checks cargo install --list to see if cargo-edit is installed.
From cargo-edit, we use the cargo set-version subcommand. In this case, I can modify the script to check for the cargo-set-version binary instead. Still, ideally cargo install --list should work as usual, or a note could be left in the README about this caveat.
I have a script that checks
cargo install --list
to see ifcargo-edit
is installed.From
cargo-edit
, we use thecargo set-version
subcommand. In this case, I can modify the script to check for thecargo-set-version
binary instead. Still, ideallycargo install --list
should work as usual, or a note could be left in the README about this caveat.After installing, the
$PATH
looks correct:The contents of
/home/runner/.cargo-install/cargo-edit/bin
look correct too:But
cargo install --list
does not listcargo-edit
as being installed:Here's how it looks after installing
cargo-edit
the normal way (i.e. withoutbaptiste0928/cargo-install
)The text was updated successfully, but these errors were encountered: