diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-02-27 15:06:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 15:06:22 +0000 |
commit | edfcb81339ddb1af165c6293229a98b588a90af9 (patch) | |
tree | e593588fe221cb22ba82765d2920840e0650f536 /CHANGELOG.md | |
parent | 72b341425d8a27026d9dde00519a84f1a6b85bb9 (diff) | |
download | alacritty-edfcb81339ddb1af165c6293229a98b588a90af9.tar.gz alacritty-edfcb81339ddb1af165c6293229a98b588a90af9.zip |
Run clippy on MSRV
Since not all suggested clippy lints by stable clippy are supported on
the MSRV of Alacritty, this commit moves the clippy checks to the MSRV.
Unfortunately this will mean that our lints might be significantly
behind, however it ensures our CI never blocks any code that should be
valid.
Developers themselves of course can still run the latest clippy to
follow the up to date recommendations.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d8c803..9333328b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.8.0-dev +### Packaging + +- Minimum Rust version has been bumped to 1.45.0 + ### Added - IME composition preview not appearing on Windows |