From 0493551beb7f8cac037750010115bdce5f59c51e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 7 Jan 2024 03:21:19 +0900 Subject: [PATCH] Migrate to Rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc27982..f8d529e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "async-lock" # - Create "v3.x.y" git tag version = "3.2.0" authors = ["Stjepan Glavina "] -edition = "2018" +edition = "2021" rust-version = "1.60" description = "Async synchronization primitives" license = "Apache-2.0 OR MIT"