Skip to content

Commit

Permalink
Migrate to Rust 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 6, 2024
1 parent d5e9f90 commit 706f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 706f275

Please sign in to comment.