Closed stormshield-gt closed 7 months ago
In the main Cargo.toml openssl is listed as a build dependency, but I can't find any build.rs in this project. Am I missing something?
openssl
Hi, that was present because there was a build error when trying to compile using -Z minimal-versions, but I can see that's no longer the case.
-Z minimal-versions
In the main Cargo.toml
openssl
is listed as a build dependency, but I can't find any build.rs in this project. Am I missing something?