From d5e9f908843e1836ef94fc294c23f398da635436 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 7 Jan 2024 04:10:24 +0900 Subject: [PATCH] Bump 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 939f52a..2a47f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "async-channel" version = "2.1.1" authors = ["Stjepan Glavina "] edition = "2018" -rust-version = "1.59" +rust-version = "1.60" description = "Async multi-producer multi-consumer channel" license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-channel"