Drop MSRV to 1.70.0

This commit is contained in:
Christian Duerr 2024-03-18 01:15:04 +01:00
parent 5b4e9c9a09
commit 14b53f18db
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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"