From 2068e1a0263f545434710df57853e0222345ba50 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Fri, 14 Jun 2024 11:59:46 +0200 Subject: [PATCH] Remove Solaris from unsupported list We now support it via the poll(2) implementation. It's also `cargo check`ed in our CI already. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d7f97da3d..c579bd979 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,8 @@ This uses the Windows AFD system to access socket readiness events. ### Unsupported -* Solaris, see [issue #1152] * Wine, see [issue #1444] -[issue #1152]: https://github.com/tokio-rs/mio/issues/1152 [issue #1444]: https://github.com/tokio-rs/mio/issues/1444 ## MSRV Policy