aboutsummaryrefslogtreecommitdiff
path: root/alacritty_config_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'alacritty_config_derive/Cargo.toml')
-rw-r--r--alacritty_config_derive/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml
index 8d6d9c4b..afc6b227 100644
--- a/alacritty_config_derive/Cargo.toml
+++ b/alacritty_config_derive/Cargo.toml
@@ -5,7 +5,8 @@ authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT/Apache-2.0"
description = "Failure resistant deserialization derive"
homepage = "https://github.com/alacritty/alacritty"
-edition = "2018"
+edition = "2021"
+rust-version = "1.56.0"
[lib]
proc-macro = true