meta-rust / cargo-bitbake

cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Apache License 2.0
83 stars 57 forks source link

Upgrade dependencies #40

Closed paolobarbolini closed 2 years ago

paolobarbolini commented 2 years ago

Fixes using cargo bitbake with projects using resolver = "2" or edition = "2021"

Closes #38 Closes #29

jaskij commented 2 years ago

Seems to fix #38 as well

jaskij commented 2 years ago

@paolobarbolini I've hit an issue with edition 2021 not being fully supported even by your branch. It seems that cargo needs to be ^0.57 for that.

paolobarbolini commented 2 years ago

@paolobarbolini I've hit an issue with edition 2021 not being fully supported even by your branch. It seems that cargo needs to be ^0.57 for that.

Fixed

paolobarbolini commented 2 years ago

ping @cardoe