Migrate to Rust 2021

This commit is contained in:
Taiki Endo 2024-01-07 13:11:42 +09:00
parent b5f4978f54
commit 04fe57a95d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name = "async-task"
# - Create "v4.x.y" git tag
version = "4.7.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-task"