Skip to content

Commit 04fe57a

Browse files
committed
Migrate to Rust 2021
1 parent b5f4978 commit 04fe57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "async-task"
55
# - Create "v4.x.y" git tag
66
version = "4.7.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8-
edition = "2018"
8+
edition = "2021"
99
rust-version = "1.57"
1010
license = "Apache-2.0 OR MIT"
1111
repository = "https://github.com/smol-rs/async-task"

0 commit comments

Comments
 (0)