From 144b0576d10b6b56812214343644a3540746ea60 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 13 Nov 2023 08:24:42 -0800 Subject: [PATCH] Update to 2021 edition Signed-off-by: John Nunley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9509b5..935a625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "async-executor" # - Create "v1.x.y" git tag version = "1.7.1" authors = ["Stjepan Glavina "] -edition = "2018" +edition = "2021" rust-version = "1.61" description = "Async executor" license = "Apache-2.0 OR MIT"