summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-18 11:44:19 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-18 11:44:19 +0100
commit664b3253e08bcc357d34171a9d6ab173678d9f2e (patch)
treeab6dbf2c0f20d2ac5d06922bc63de876dafec232
parent4495e747f18c645aeb89d239d148568493e39fe7 (diff)
Set edition to 2021, resolver to 2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae4275a..f168f8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,8 @@ repository = "https://github.com/matthiasbeyer/task-hookrs"
readme = "./README.md"
license = "MPL-2.0"
-edition = "2018"
+edition = "2021"
+resolver = "2"
[badges]
maintenance = { status = "passively-maintained" }