Use published version of event-listener

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-09-10 12:05:03 -07:00
parent 02b77f36a0
commit 86b4df83ec
No known key found for this signature in database
GPG Key ID: 397D2B00FEA368AA
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ exclude = ["/.*"]
[dependencies]
async-lock = "2.6.0"
cfg-if = "1.0"
event-listener = { git = "https://github.com/smol-rs/event-listener" }
event-listener = "3.0.0"
futures-lite = "1.11.0"
[build-dependencies]