diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-07-17 05:07:32 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2024-07-17 11:02:31 +0300 |
commit | 3504246c3f57769ca0528fe397e866a13c49f039 (patch) | |
tree | 840932a9efb774c472de0118ebb7a293c5cf9727 /CHANGELOG.md | |
parent | b3f0f68184b0d6b6221a5955acfcc4e33c01b766 (diff) | |
download | alacritty-3504246c3f57769ca0528fe397e866a13c49f039.tar.gz alacritty-3504246c3f57769ca0528fe397e866a13c49f039.zip |
Bump MSRV to 1.74.0
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 8442355a..203624fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ Notable changes to the `alacritty_terminal` crate are documented in its ## 0.14.0-dev +### Packaging + +- Minimum Rust version has been bumped to 1.74.0 + ### Added - Support relative path imports from config files |