aatxe / irc

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

Upgrade to Tokio 1.0 #226

Closed udoprog closed 3 years ago

udoprog commented 3 years ago

I've had to pull in pin-project, because types like Sleep no longer implements Unpin. Meaning we should perform sound projections to use them somehow.

Other than that, there should be no major changes.

aatxe commented 3 years ago

Looks good to me, thanks!

udoprog commented 3 years ago

@aatxe thanks for the merge before. Any chance we can get a fresh release w/ this as well?