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
As there are no version numbers available between 0.2.13 and 0.2.14, where a fix could potentially provided, I don't know if you could even do anything about this with a new release.
I'm just posting this, if other people run into the same problem.
The text was updated successfully, but these errors were encountered:
For me the problem was solved by installing the openssl package. Before that only the libssl3 package was installed, but it seems something has changed.
For me the problem was solved by installing the openssl package. Before that only the libssl3 package was installed, but it seems something has changed.
I have a project which needs to be able to run on Android API level 17. Thus I'm stuck at version 1.67.1 of Rust and Android NDK 21.
The latest version of native-tls which supports Rust 1.67.1 is 0.2.13.
The following code works with version 0.2.12:
Cargo.toml
:However when using 0.2.13, I get the following error:
As there are no version numbers available between 0.2.13 and 0.2.14, where a fix could potentially provided, I don't know if you could even do anything about this with a new release.
I'm just posting this, if other people run into the same problem.
The text was updated successfully, but these errors were encountered: