Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust buildpack cargo install needs to be updated #18

Open
sstubbs opened this issue Dec 29, 2019 · 0 comments
Open

Rust buildpack cargo install needs to be updated #18

sstubbs opened this issue Dec 29, 2019 · 0 comments

Comments

@sstubbs
Copy link
Contributor

sstubbs commented Dec 29, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant