-
Notifications
You must be signed in to change notification settings - Fork 59
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
Edition 2021 not supported #46
Comments
I'm running into the same problem.. Is there a workaround? |
Yeah, me too. This actually is a show stopper for my rust project |
@cardoe Could you please take a look at this? |
@SnkE @Pan5ky @acz2022 as a workaround you can install the version with updated dependencies from PR #45. |
@GiorgioBertolotti worked for me. Hoping this can get merged and published soon. |
@GiorgioBertolotti Thanks for the reply. There is unfortunately more to that. At the moment cargo-bitbake is not able to produce correct recipe (it creates almost correct) for rust app that uses gtk3. What needed to be added to my recipe after generating it via cargo bitbake:
But I still think it is a great work and I'm sure it will only get better. |
The dependencies were upgraded to handle [workspace inheritance introduced in cargo 1.64][1]. MSRV was set to the minimal version required to compile (1.65 due to usage of let else in cargo). This PR resolves meta-rust#60. On the same note meta-rust#46 should also probably get closed since AFAIK it's already been resolved. [1]: rust-lang/cargo#10859 Signed-off-by: Marcel Guzik <[email protected]>
cargo-bitbake doesn't support edition 2021 in Cargo.toml
The text was updated successfully, but these errors were encountered: