actix / actix-net

A collection of lower-level libraries for composable network services.
https://actix.rs
Apache License 2.0
713 stars 349 forks source link

New release of actix-server #586

Closed Thomasdezeeuw closed 3 months ago

Thomasdezeeuw commented 3 months ago

With Tokio v1.39 release Tokio is using Mio v1, would it be possible to release a new version of actix-server that include the update to Mio v1 (https://github.com/actix/actix-net/pull/577) as well?

Thomasdezeeuw commented 3 months ago

Thanks @robjtede. I might be missing something, but it still says that 2.4 is the latest release on crates.io for me (https://crates.io/crates/actix-server/versions). Did you publish to crates.io already?

robjtede commented 3 months ago

apologies my script didn't quite finish before getting off the train yesterday... published now

Thomasdezeeuw commented 3 months ago

Thank you!