Closed
Description
I've seen a previous PR that would indicate to me that the minimum supported Rust version is somewhat considered here. However the 0.3.31 release bumped the minimum required Rust version above 1.32.0 on Windows (1.32 is currently the supported version by Ubuntu).
Intentionally bumping the minimum required Rust version seems like a breaking change to me, though I'm not sure if that guarantee is provided with backtrace-rs.
Is there any desire to add support for Rust versions before 1.32.0 or explicitly mark releases as breaking when the minimum supported Rust version changes?
The change in question seems to be the use of the new target_vendor = "uwp"
annotation.
Metadata
Metadata
Assignees
Labels
No labels