You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I attempted to install miniserve using cargo with the following command:
cargo install --locked miniserve
On my Ubuntu server. However, I got a few errors during the build/compile. Here is a snippet. It is repeated in the areas of code where is_terminal gets used:
error[E0658]: use of unstable library feature 'is_terminal'
--> /home/user/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/miniserve-0.24.0/src/main.rs:1:21
|
1 | use std::io::{self, IsTerminal, Write};
| ^^^^^^^^^^
|
= note: see issue #98070 <https://github.com/rust-lang/rust/issues/98070> for more information
I can of course provide full logs is that would be beneficial. I made sure to get my rust installation fully updated before starting. Do you have any recommendations to troubleshoot?
Hello, I attempted to install miniserve using
cargo
with the following command:cargo install --locked miniserve
On my Ubuntu server. However, I got a few errors during the build/compile. Here is a snippet. It is repeated in the areas of code where
is_terminal
gets used:I can of course provide full logs is that would be beneficial. I made sure to get my rust installation fully updated before starting. Do you have any recommendations to troubleshoot?
The related rust support thread seems to have a lot of activity.
The text was updated successfully, but these errors were encountered: