Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump the MSRV to 1.40.0 | Robin Krahl | 2020-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 MSRV | Robin Krahl | 2019-12-27 |
This patch adds a new archlinux-msrv build that compiles the code and the tests on the Minimum Supported Rust Version. |