compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

Adapt to new rustls alpha versions #158

Closed George-Miao closed 10 months ago

George-Miao commented 11 months ago

Currently we're using alpha version of rustls 0.22, which is subject to breaking change at any time. The version of rustls is pin-pointed in #157, but follow up updates are required.

I also hope rustls 0.22 will be released before compio v0.9, see rustls issue. This issue should be kept open until rustls 0.22 is released.

Berrysoft commented 10 months ago

rustls 0.22 is released.