diff --git a/Cargo.toml b/Cargo.toml index 8af27c9..0952f55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "async-dup" version = "1.2.4" authors = ["Stjepan Glavina "] 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"