diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-07-17 05:07:32 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2024-07-17 11:02:31 +0300 |
commit | 3504246c3f57769ca0528fe397e866a13c49f039 (patch) | |
tree | 840932a9efb774c472de0118ebb7a293c5cf9727 /alacritty_terminal/Cargo.toml | |
parent | b3f0f68184b0d6b6221a5955acfcc4e33c01b766 (diff) | |
download | alacritty-3504246c3f57769ca0528fe397e866a13c49f039.tar.gz alacritty-3504246c3f57769ca0528fe397e866a13c49f039.zip |
Bump MSRV to 1.74.0
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
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"] |