-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proper CI job for building with minimum dependency versions
We have repeatedly been impacted by more recent versions of dependencies requiring more recent versions of Rust in our CI workflow that tests building with the minimum supported Rust version. That is mostly the case because we do not lock our dependent versions via a Cargo.lock file. In order to prevent any issues from this setup, this change introduces a proper CI job that makes sure to compile against the minimum versions of dependencies with the minimum Rust version we support.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters