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'm getting the following error when using the rust buildpack
error: Using `cargo install` to install the binaries for the package in current working directory is no longer supported, use `cargo install --path .` instead. Use `cargo build` if you want to simply build the package.
so the cargo install command needs to be updated to cargo install --path . or cargo build.
The text was updated successfully, but these errors were encountered:
I'm getting the following error when using the rust buildpack
so the cargo install command needs to be updated to cargo
install --path .
orcargo build
.The text was updated successfully, but these errors were encountered: