aboutsummaryrefslogtreecommitdiff
path: root/.builds/archlinux-msrv.yml
Commit message (Collapse)AuthorAge
* Bump the MSRV to 1.40.0Robin Krahl2020-09-06
| | | | | | In a previous commit, we used the non_exhaustive attribute to mark some enums as non-exhaustive. This attribute was stabilized in Rust version 1.40.0, so we have to increase our minimum supported Rust version.
* Add build for the MSRVRobin Krahl2019-12-27
This patch adds a new archlinux-msrv build that compiles the code and the tests on the Minimum Supported Rust Version.