diff --git a/Cargo.toml b/Cargo.toml index 2a47f4e..b78d0a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "async-channel" # - Create "v2.x.y" git tag version = "2.1.1" authors = ["Stjepan Glavina "] -edition = "2018" +edition = "2021" rust-version = "1.60" description = "Async multi-producer multi-consumer channel" license = "Apache-2.0 OR MIT"