diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-18 01:15:04 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-18 02:04:54 +0100 |
commit | 14b53f18dbae3f434a5011a9fb49b52574caedaf (patch) | |
tree | 3ef2958c8f8076693d4092d807aa25636166eb98 | |
parent | 5b4e9c9a09df156aefdefed2075d9ff0d8e7ac74 (diff) | |
download | alacritty-14b53f18dbae3f434a5011a9fb49b52574caedaf.tar.gz alacritty-14b53f18dbae3f434a5011a9fb49b52574caedaf.zip |
Drop MSRV to 1.70.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | alacritty/Cargo.toml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f2fe96..7dadf41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## 0.14.0-dev -### Packaging - -- Minimum Rust version has been bumped to 1.72.0 - ### Added - Default `Home`/`End` bindings in Vi mode mapped to `First`/`Last` respectively diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index 0baf323a..36156bf1 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -7,7 +7,7 @@ description = "A fast, cross-platform, OpenGL terminal emulator" readme = "README.md" homepage = "https://github.com/alacritty/alacritty" edition = "2021" -rust-version = "1.72.0" +rust-version = "1.70.0" [dependencies.alacritty_terminal] path = "../alacritty_terminal" |