shuttle-docs
shuttle-docs copied to clipboard
How can i uninstall cargo-shuttle?
How can i uninstall cargo-shuttle?
Despite the presence of .cargo/cargo-shuttle
terminal command $ cargo uninstall cargo-shuttle doesn't succeed:
error: package ID specification cargo-shuttle did not match any packages
You can simply delete the cargo-shuttle (binary) file. You can find where it is (if it's on PATH) with which cargo-shuttle.
Should we add something to the docs about this so the issue can be closed?