Skip to content

Commit

Permalink
Also patch async-channel
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Dec 26, 2023
1 parent 6fa4e41 commit 7eab326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ default = ["std"]
std = ["event-listener/std", "event-listener-strategy/std"]

[dev-dependencies]
async-channel = "2.0.0"
async-channel = "2.1.1"
fastrand = "2.0.0"
futures-lite = "2.0.0"
waker-fn = "1.1.0"
Expand All @@ -35,3 +35,4 @@ wasm-bindgen-test = "0.3"
[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" }
async-channel = { git = "https://github.com/smol-rs/async-channel.git", branch = "notgull/evl5" }

0 comments on commit 7eab326

Please sign in to comment.