Description
When running "cargo install loco" one of the dependencies "rhai" tries to install a version of rhai that is incompatible with the latest release of loco, so there is a compiler error. The quick fix is to append --lock and this will allow you to run cargo install loco flawlessly.
To Reproduce
Run cargo install loco the build error will occur.
Expected Behavior
Cargo should just install loco without issues.
Environment:
Arch Linux
Additional Context
Not needed, but I can answer any follow up questions.
Description
When running "cargo install loco" one of the dependencies "rhai" tries to install a version of rhai that is incompatible with the latest release of loco, so there is a compiler error. The quick fix is to append --lock and this will allow you to run cargo install loco flawlessly.
To Reproduce
Run cargo install loco the build error will occur.
Expected Behavior
Cargo should just install loco without issues.
Environment:
Arch Linux
Additional Context
Not needed, but I can answer any follow up questions.