-
Notifications
You must be signed in to change notification settings - Fork 51
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
Does Espanso require cargo-make version 0.34.0 specifically? #87
Comments
I don't believe so. IIRC, I didn't include the |
I once used 0.37.0 to compile from the dev/main branch back in Nov 2024. There may be many more commits now, so can't say anything on the current state of things. To compile espanso v2.2.1, cargo-make v0.34.0 was absolutely needed, otherwise compilation errors would popup & ultimately fail. |
Since
I have no idea why. Tried with the development version of cargo make but didn't went very far. Anyway. Federico used to compile with a locked version of cargo make, and a few months ago I released that lock to use the latest version. 2 cheetos later it doesn't work. What can we do about this?
Can you think in a different solution? do you prefer one of those? |
The documentation for compiling has a step to run
cargo install --force cargo-make --version 0.34.0
.It fits better in the issues section than the Discord server, if its not necessary then shouldn't the documentation be changed to just install the latest version? If so then should there be a reason listed?
The text was updated successfully, but these errors were encountered: