-
Notifications
You must be signed in to change notification settings - Fork 481
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
Issue on Ubuntu 22.04 #1649
Comments
https://github.com/greshake/i3status-rust/blob/master/doc/dev.md The first sentence should help |
Huh I swear your post said ssl at first |
What's your rustc version? |
❯ rustc --version |
Now i got this error: |
I think you need |
We should mention this in dev.md |
See #1014 |
Probably newbie note, but if someone else stumble upon this while trying to manually install this package on ubuntu, using simply curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh then follow the guide as is. |
Hllo
When i try to install it on Ubuntu 22.04
after $ cargo install --path . --locked
I got this:
` Compiling i3status-rs v0.30.0 (/home/zero/Downloads/i3status-rust)
error[E0658]: use of unstable library feature 'bool_to_option'
--> src/blocks/nvidia_gpu.rs:145:77
|
145 | ... set_fan_speed(config.gpu_id, fan_controlled.then_some(info.fan_speed)).await?;
| ^^^^^^^^^
|
= note: see issue #80967 rust-lang/rust#80967 for more information
For more information about this error, try
rustc --explain E0658
.error: could not compile
i3status-rs
due to previous error`
Any idea ?
The text was updated successfully, but these errors were encountered: