Skip to content

Commit

Permalink
Migrate to Rust 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 7, 2024
1 parent b5f4978 commit 04fe57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "async-task"
# - Create "v4.x.y" git tag
version = "4.7.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-task"
Expand Down

0 comments on commit 04fe57a

Please sign in to comment.