tokio-rs / mio

Metal I/O library for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mio does not build for aarch64-apple-visionos

coolbluewater opened this issue · comments

mio does not build for the newly added Rust target aarch64-apple-visionos.

For the exact build error, please see tokio-rs/tokio#6627.

See #1795, it was just merged :)

@Thomasdezeeuw, could you please release so that downstream (tokio) can pick this up?

No yet, it will make it's way into v1, which we're working on.

What is the ETA on this? If it is too far, is it possible to backport this build fix into a release?

No ETA, it's done when it's done.

This is blocking visionos development with rust. It needs to be backported and released.
Which branch should a PR be for? 0.8.x?

Just released v1 with support for visionOS.

Appreciate it, thanks!