aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2024-01-07 13:11:42 +0900
committerTaiki Endo <te316e89@gmail.com>2024-01-07 13:20:09 +0900
commit04fe57a95dd0ac02594d42f2fcbbf1779a85dbb5 (patch)
tree86b3e66cbc526fd061a71a6e452d43972d06188f
parentb5f4978f546819785e165d533f5ce2c4cf51b980 (diff)
downloadasync-task-04fe57a95dd0ac02594d42f2fcbbf1779a85dbb5.tar.gz
Migrate to Rust 2021
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b347576..27bec58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"