Update cargo and git2 to latest version#70
Update cargo and git2 to latest version#70kkettinger wants to merge 2 commits intometa-rust:masterfrom
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.