Skip to content
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

bug: Vdash installation stops with "error[E0658]: use of unstable library feature 'lazy_cell'" #33

Closed
Voim4 opened this issue Oct 24, 2024 · 2 comments

Comments

@Voim4
Copy link

Voim4 commented Oct 24, 2024

It went like this:

Compiling strfmt v0.2.4
Compiling glob v0.3.1
Compiling vdash v0.18.0
error[E0658]: use of unstable library feature 'lazy_cell'
--> /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vdash-0.18.0/src/bin/../custom/app.rs:8:5
|
8 | use std::sync::LazyLock;
| ^^^^^^^^^^^^^^^^^^^
|
= note: see issue #109736 rust-lang/rust#109736 for more information

@happybeing
Copy link
Owner

I think you are using an older version of Rust.

Please check your Rust version with rustc -V, report it here and then run rustup update && cargo install vdash

@0belius
Copy link

0belius commented Oct 30, 2024

mine was rustc 1.78.0 (9b00956e5 2024-04-29) (which dropped this error) on Windows 10 and updating rust helped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants