From ad2b6c4823366988a88db8d61b3d6cdc19080ac0 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 9 Jun 2022 07:49:01 +0900 Subject: [PATCH] Use edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17463c5a..3627deb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ categories = ["development-tools", "development-tools::cargo-plugins"] version = "0.1.50" authors = ["Inokentiy Babushkin "] license-file = "LICENSE" -edition = "2018" +edition = "2021" exclude = ["/ci/*", "/.github/*", "/doc"] [dependencies]