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
Usability wise I think it would be nice if running cargo install with no further arguments in a cargo project would do the same as running cargo install --path ..
The text was updated successfully, but these errors were encountered:
Hmmm, it works. Now I'm confused. I had the impression that I couldn't install my local project when using cargo install, than I tried with cargo install --path . and it worked. Sorry for taking some of your time.
Usability wise I think it would be nice if running
cargo install
with no further arguments in a cargo project would do the same as runningcargo install --path .
.The text was updated successfully, but these errors were encountered: