aboutsummaryrefslogtreecommitdiff
path: root/derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'derive/Cargo.toml')
-rw-r--r--derive/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/derive/Cargo.toml b/derive/Cargo.toml
index bc4ed2f..c013b0c 100644
--- a/derive/Cargo.toml
+++ b/derive/Cargo.toml
@@ -1,8 +1,10 @@
+cargo-features = ["edition2021"]
+
[package]
name = "libquassel-derive"
version = "0.1.0"
authors = ["Max Audron <audron@cocaine.farm>"]
-edition = "2018"
+edition = "2021"
[lib]
proc-macro = true