From d06c6f0796ff67b18c483f14ca8101143accb92a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 7 Jan 2024 01:31:48 +0900 Subject: [PATCH] Relax MSRV to 1.60 https://github.com/crossbeam-rs/crossbeam/pull/1056 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f681318..d3088b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "event-listener" version = "4.0.2" authors = ["Stjepan Glavina "] edition = "2021" -rust-version = "1.61" +rust-version = "1.60" description = "Notify async tasks or threads" license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/event-listener"