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
openssl-sys v0.9.80
hi, I had this error during build: error: failed to run custom build command for openssl-sys v0.9.80
solved it by adding this line to Cargo.toml dependencies: openssl = { version = "0.10", features = ["vendored"] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, I had this error during build:
error: failed to run custom build command for
openssl-sys v0.9.80
solved it by adding this line to Cargo.toml dependencies:
openssl = { version = "0.10", features = ["vendored"] }
The text was updated successfully, but these errors were encountered: