Skip to content

Commit

Permalink
Merge pull request #63 from zeenix/msrv
Browse files Browse the repository at this point in the history
Specify MSRV
  • Loading branch information
zeenix authored Jun 9, 2024
2 parents 68a8498 + ab838aa commit 0511533
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ repository = "https://github.com/smol-rs/async-broadcast"
documentation = "https://docs.rs/async-broadcast"
description = "Async broadcast channels"
readme = "README.md"
edition = "2018"
edition = "2021"
rust-version = "1.60"
keywords = []
categories = []
authors = [
Expand All @@ -15,6 +16,7 @@ authors = [
"Zeeshan Ali Khan <[email protected]>",
]


[[bench]]
harness = false
name = "broadcast_bench"
Expand Down

0 comments on commit 0511533

Please sign in to comment.