-
-
Notifications
You must be signed in to change notification settings - Fork 759
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
OpenSSL compiling at every cargo run
#2176
Comments
#2157 is the most likely culprit, but it was pretty intentionally written so that this shouldn't happen. Can you increase the logging verbosity on cargo? |
cargo run --release
cargo run
Here is the output of
|
Ahh, the problem has to do with the |
#2177 should resolve this. Will be included in the next release. |
|
Ran
Cargo Update
and now Openssl compiles every time I runcargo run
.This was not the case before. Wonder if it's linked to #2157
Open SSL comes from:
tungstenite = { version = "0.21", features = ["native-tls-vendored"] }
The text was updated successfully, but these errors were encountered: