aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
525 stars 100 forks source link

tokio 0.3 / tokio-codec 0.5 #224

Closed martinetd closed 3 years ago

martinetd commented 3 years ago

FWIW tokio released a semi-major update recently-ish.

I tried updated my program but the IrcCodec provided with older tokio-codec wasn't compatible (see https://github.com/tokio-rs/tokio/discussions/3081 )

I didn't manage to wrap it properly as suggested :/ so will just wait until the irc crate updates at some point, might be worth tracking :)

martinetd commented 3 years ago

doh, I'm blind -- somehow screwed up my refresh and missed it's been done (well, irc-codec is still 0.4 but I need to try again with that)

Closing :)

aatxe commented 3 years ago

No worries! :)