-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tokio-console
fails to compile
#569
Comments
Hello, I am able to reproduce this issue on an Apple Silicon MacBook running MacOS 14.5 (23F79). @hi-rustin The stdsimd feature got split into multiple sub-features (rust-lang/rust#48556), your version of Rust is out of date, as such you do not have this issue. Installing your version of the toolchain (1.78.0-aarch64-apple-darwin in my case) through rustup results in tokio-console compiling just fine. Please update your version of Rust through rustup in order to re-produce this issue.
|
Thanks! I have filed #569 to fix it. |
What crate(s) in this repo are involved in the problem?
tokio-console
What is the issue?
Fails to compile when using
cargo install --locked tokio-console
How can the bug be reproduced?
Compiling
tokio-console
on Windows.Logs, error output, etc
Versions
Check your
Cargo.toml
files ;-)Possible solution
I believe that bumping your dependencies (which also would bump their
ahash
dependency) may fix thisAdditional context
No response
Would you like to work on fixing this bug?
no
The text was updated successfully, but these errors were encountered: