BLAKE3-team / BLAKE3

the official Rust and C implementations of the BLAKE3 cryptographic hash function
Apache License 2.0
5.23k stars 353 forks source link

Windows binary doesn't works at Windows 7 since 1.5.2 #435

Open skymmeroid opened 3 days ago

skymmeroid commented 3 days ago

As title says, b3sum_windows_x64_bin.exe doesn't works at Windows 7 since 1.5.2 Last version which works at Windows 7 is 1.5.1. 1.5.2, 1.5.3 and 1.5.4 are not.

image

oconnor663 commented 2 days ago

I'm not totally sure, but I think the reason for this is that the Rust Windows toolchain dropped support for Windows 7 back in May with Rust version 1.78. b3sum v1.5.2 was just the first release we built after that point. You can still build b3sum with Rust version 1.74+ locally, though our MSRV will likely move past that at some point (it's usually driven by clap).