Remove Solaris from readme

Solaris support was already removed in
https://github.com/tokio-rs/mio/pull/1528, but the readme still
mentioned it.
This commit is contained in:
Thomas de Zeeuw
2021-12-12 13:53:34 +01:00
parent 1f33741670
commit 9387e554fd
+2 -1
View File
@@ -136,7 +136,6 @@ Currently supported platforms:
* Linux
* NetBSD
* OpenBSD
* Solaris
* Windows
* iOS
* macOS
@@ -158,8 +157,10 @@ This uses the Windows AFD system to access socket readiness events.
### Unsupported
* Haiku, see [issue #1472]
* Solaris, see [issue #1152]
[issue #1472]: https://github.com/tokio-rs/mio/issues/1472
[issue #1152]: https://github.com/tokio-rs/mio/issues/1152
## Community