cooklang-rs icon indicating copy to clipboard operation
cooklang-rs copied to clipboard

Compiling fails - error[E0599]

Open Openuser87 opened this issue 9 months ago • 1 comments

Following error occurs upon using cargo install cooklang-chef:

error[E0599]: no variant or associated item named `Default` found for enum `Color` in the current scope
   --> /home/<user>/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cooklang-0.13.2/src/error.rs:496:20
    |
496 |             Color::Default
    |                    ^^^^^^^ variant or associated item not found in `Color`

Versions: cargo 1.77.2, rustc 1.77.2.

Openuser87 avatar May 06 '24 20:05 Openuser87