-
Notifications
You must be signed in to change notification settings - Fork 79
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
Emit extensions #248
Emit extensions #248
Conversation
Looking forward to this as well, thank you |
I was originally under the impression storm32 was just overlocked and since it generated a compiler warning I just added it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! After brainstorming more we decided to continue with the path approach and fix the release method in a different way.
@pv42 can you rebase over master ? It appears to contain conflicts. |
|
d6780ed
to
cdb135e
Compare
cdb135e
to
7942d88
Compare
Should be properly rebased now. |
Fixes emit-extensions and emit-descriptions features not being used by mavlink-bindgen (#246).
This requires a (none breaking) bump in version since fixes in the mavlink crate require newer versions of mavlink-bindgen/mavlink-core crates.
To ensure test work this required adding the path specifications for the dependencies within this crate.
Fixes missing storm32 dialect feature.