We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pear_codegen v0.1.4
After adding swagger-ui to my dependencies, I get error error: failed to run custom build command for pear_codegen v0.1.4
error: failed to run custom build command for pear_codegen v0.1.4
But all I have in my dependencies are rocket and swagger-ui in my project and cargo run makes no error when I don't have swagger-ui dependencies.
cargo run
[dependencies] rocket = "0.5.0-rc.1" swagger-ui = "0.1" rocket-swagger-ui = "0.1"
The error above seems telling me that I should use nightly version.
So I set it to rustc 1.60.0-nightly, then rocket does not compile.
rustc 1.60.0-nightly
rocket
What should I do in this case?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After adding swagger-ui to my dependencies, I get error
error: failed to run custom build command for pear_codegen v0.1.4
But all I have in my dependencies are rocket and swagger-ui in my project and
cargo run
makes no error when I don't have swagger-ui dependencies.The error above seems telling me that I should use nightly version.
So I set it to
rustc 1.60.0-nightly
, thenrocket
does not compile.What should I do in this case?
The text was updated successfully, but these errors were encountered: