summaryrefslogtreecommitdiff
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-07-17 05:07:32 +0300
committerKirill Chibisov <contact@kchibisov.com>2024-07-17 11:02:31 +0300
commit3504246c3f57769ca0528fe397e866a13c49f039 (patch)
tree840932a9efb774c472de0118ebb7a293c5cf9727 /alacritty_terminal
parentb3f0f68184b0d6b6221a5955acfcc4e33c01b766 (diff)
Bump MSRV to 1.74.0
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 79e7c05b..e643e081 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -8,7 +8,7 @@ readme = "../README.md"
homepage = "https://alacritty.org"
repository = "https://github.com/alacritty/alacritty"
edition = "2021"
-rust-version = "1.70.0"
+rust-version = "1.74.0"
[features]
default = ["serde"]