Migrate to Rust 2021

This commit is contained in:
Taiki Endo 2024-01-07 04:10:56 +09:00
parent d5e9f90884
commit 706f2755dc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name = "async-channel"
# - Create "v2.x.y" git tag
version = "2.1.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
edition = "2021"
rust-version = "1.60"
description = "Async multi-producer multi-consumer channel"
license = "Apache-2.0 OR MIT"