cooklang-rs
cooklang-rs copied to clipboard
Compiling fails - error[E0599]
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.