Skip to content

Commit

Permalink
chore: Use released event-listener
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Feb 7, 2024
1 parent 669f0e4 commit 7ed60db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ name = "broadcast_bench"
[features]

[dependencies]
event-listener = "4.0.1"
event-listener-strategy = "0.4.0"
event-listener = "5.0.0"
event-listener-strategy = "0.5.0"
futures-core = "0.3.21"

[dev-dependencies]
Expand All @@ -32,9 +32,3 @@ doc-comment = "0.3.3"
easy-parallel = "3.2.0"
futures-lite = "1.11.3"
futures-util = "0.3.21"

[patch.crates-io]
event-listener = { git = "https://github.com/smol-rs/event-listener.git", branch = "notgull/break" }
event-listener-strategy = { git = "https://github.com/smol-rs/event-listener-strategy.git", branch = "notgull/evl5" }


0 comments on commit 7ed60db

Please sign in to comment.