From 7f34e5997f7342adf67f3461ca158b1ced6d68c4 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 28 Mar 2023 06:18:39 +0000 Subject: [PATCH] Update rust edition to 2021 --- Cargo.toml | 2 +- proc_macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd69cae..587d5e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pixiv_downloader" version = "0.0.1" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/proc_macros/Cargo.toml b/proc_macros/Cargo.toml index 737271a..98c7f2c 100644 --- a/proc_macros/Cargo.toml +++ b/proc_macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proc_macros" version = "0.0.1" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html