mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
Drop MSRV to 1.70.0
This commit is contained in:
parent
6cfcda5e3a
commit
31a27e9f9f
2 changed files with 1 additions and 5 deletions
|
@ -7,10 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## 0.13.2-dev
|
## 0.13.2-dev
|
||||||
|
|
||||||
### Packaging
|
|
||||||
|
|
||||||
- Minimum Rust version has been bumped to 1.72.0
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Default `Home`/`End` bindings in Vi mode mapped to `First`/`Last` respectively
|
- Default `Home`/`End` bindings in Vi mode mapped to `First`/`Last` respectively
|
||||||
|
|
|
@ -7,7 +7,7 @@ description = "A fast, cross-platform, OpenGL terminal emulator"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/alacritty/alacritty"
|
homepage = "https://github.com/alacritty/alacritty"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.72.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
[dependencies.alacritty_terminal]
|
[dependencies.alacritty_terminal]
|
||||||
path = "../alacritty_terminal"
|
path = "../alacritty_terminal"
|
||||||
|
|
Loading…
Add table
Reference in a new issue