alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Support new tier 3 `*-win7-windows-msvc` targets #238

Closed varphone closed 6 months ago

varphone commented 6 months ago

Two new targets have been added with Windows 7 as their baseline: x86_64-win7-windows-msvc and i686-win7-windows-msvc. They are starting as Tier 3 targets, meaning that the Rust codebase has support for them but we don't build or test them automatically. Once these targets reach Tier 2 status, they will be available to use via rustup.

https://blog.rust-lang.org/2024/02/26/Windows-7.html