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

recommend cargo install --locked #42

Closed jluebbe closed 2 years ago

jluebbe commented 2 years ago

This avoids issues with incompatible changes in the dependencies (such as in #29).

jluebbe commented 2 years ago

@cardoe Is there anything missing before this can be merged?