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"