Update rust edition to 2021

This commit is contained in:
2023-03-28 06:18:39 +00:00
committed by GitHub
parent 04d9334360
commit 7f34e5997f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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