out-of-cheese-error / the-way

A code snippets manager for your terminal.
MIT License
352 stars 16 forks source link

[Critical] Cargo error when install by yay #141

Open madrigal1 opened 1 year ago

madrigal1 commented 1 year ago

image

The following error while install via yay

Potential solution is adding a --locked flag to the cargo install command Ref: https://stackoverflow.com/questions/71332000/why-run-cargo-install-fails-with-error-edition-2021-is-unstable-though

Ninjani commented 1 year ago

@spikecodes Is this something you can add to the yay package?

spikecodes commented 1 year ago

Sorry for the delay, I missed this in my notifs.

I wasn't able to reproduce this build error but I just added --locked to the PKGBUILD. @madrigal1 Does the issue still occur?