Skip to content

Testing: add a CI test using the minimum version of every dependency #2726

Description

@dfawley

Since we don't commit our Cargo.lock file, we're always testing with the latest version of every dependency. If we were to accidentally use a feature added after the minimum version specified in Cargo.toml, then all our tests would pass, even though some users' builds could fail. We should test (or at least compile -- with check?) with the exact version specified in our Cargo.toml file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-ciTopic: CI

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions