Skip to content

Handling minimum supported Rust version changes #211

Closed
@chrisduerr

Description

@chrisduerr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions