From 31a27e9f9feb34b6be90e2fcc8120e972c3b92c5 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Mon, 18 Mar 2024 01:15:04 +0100 Subject: Drop MSRV to 1.70.0 --- CHANGELOG.md | 4 ---- alacritty/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1ce8f3..354a2305 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.13.2-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 f8fa3307..bdb935aa 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" -- cgit v1.2.3