Skip to content

Libc on osx now requires rust 1.24.0+ #1232

Closed
@erickt

Description

@erickt

The rand crate tries to maintain compatibility with rust 1.22.0, but a recent release of libc now implicitly requires 1.24.0 on osx due to this patch: #1212, which uses a constant function that was stablized in 1.24. It appears that the Travis config is trying to maintain compatibility with 1.13, but this test only runs on Linux.

Now I personally don't care what is the minimum version you want to support, but given how libc is now the most actively used dependency, you drive the minimum version of a lot of the ecosystem, so would it be possible to at least document this requirement, or setup some more test targets to make sure this doesn't happen again accidentally?

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