chore: Use some released packages

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-02-06 19:17:07 -08:00
parent 1d97f8a887
commit 983f4508de
No known key found for this signature in database
GPG Key ID: 2FE69973CFD64832
1 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,8 @@ categories = ["asynchronous", "concurrency"]
exclude = ["/.*"]
[dependencies]
event-listener = { version = "4.0.0", default-features = false }
event-listener-strategy = { version = "0.4.0", default-features = false }
event-listener = { version = "5.0.0", default-features = false }
event-listener-strategy = { version = "0.5.0", default-features = false }
pin-project-lite = "0.2.11"
[features]
@ -33,6 +33,4 @@ waker-fn = "1.1.0"
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" }