Bump MSRV to 1.60

https://github.com/crossbeam-rs/crossbeam/pull/1056
This commit is contained in:
Taiki Endo 2024-01-07 03:35:30 +09:00
parent a3d5c41db5
commit 05e0dd7c4b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ name = "async-dup"
version = "1.2.4"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.59"
rust-version = "1.60"
description = "Duplicate an async I/O handle"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-dup"