-
Notifications
You must be signed in to change notification settings - Fork 62
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
Update cargo and git2 to latest version #70
base: master
Are you sure you want to change the base?
Conversation
I'm currently blocked on this exact problem. Would be nice if we could get this merged. |
You need to update While you're at it, bumping up to |
Sorry for the late response. I could update the dependency of |
One thought: should we confine ourselves to the meta-rust MSRV? EDITED: This PR follows the changes outlined in https://github.com/meta-rust/cargo-bitbake/pull/61/files. @kkettinger, according to the dependencies requirements, we should update the MSRV in this PR too. |
Isn't the current meta-rust at 1.75 though? I have started work on updating to latest possible dependencies, and it does seem to work, although the MSRV is 1.75. Wasn't able to test extensively yet, but the changes were minimal. At least it compiles and generates recipes, but I wasn't able to check if the generated recipes work. I'll have a PR up shortly. I'm not familiar with what other's working environments are, but for me the version of Rust installed on the development machine is decoupled from the version in our image, so having cargo-bitbake require 1.75 is a non-issue. |
Created #75 |
Updating cargo and git2 to the latest version fixes issue #69.