summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2021-12-26 17:47:57 +0100
committerGitHub <noreply@github.com>2021-12-26 16:47:57 +0000
commitf0934d8440021b3762211d7cf0c26478dacee0dc (patch)
tree221ea3a4cbd4741950db9b29011c58f49e1ae27a /alacritty_terminal/Cargo.toml
parent850fd1826b567c4c7cca66fd5ffe67c07ce6cc44 (diff)
downloadalacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.tar.gz
alacritty-f0934d8440021b3762211d7cf0c26478dacee0dc.zip
Migrate to 2021 edition
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index bb2f5b33..be8d17dd 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -6,7 +6,8 @@ license = "Apache-2.0"
description = "Library for writing terminal emulators"
readme = "../README.md"
homepage = "https://github.com/alacritty/alacritty"
-edition = "2018"
+edition = "2021"
+rust-version = "1.56.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"