Skip to content
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 to newest version of cortex-m, do a release #23

Merged
merged 2 commits into from Jul 11, 2021

Conversation

9names
Copy link
Member

@9names 9names commented Jul 9, 2021

Only functional change in this PR is updating cortex-m
Other than that, just bumping the pac version number and updating release notes.
I wanted to update the build tools (svd2rust, form) but doing so will require some fix-ups on rp-hal at the same time, so it makes sense to depend on a release version first.

@9names 9names requested review from eolder and thejpster July 9, 2021 14:45
@thejpster
Copy link
Member

Seems fine. In general, I don't think it's worth doing a bump on a dependency version that would be picked up according to semantic versioning. If I understand it correct, if we specify 0.7.1, it'll pick up 0.7.3 anyway. We should only increase the number (or specify anything other than x.y.0) if it's strictly required.

@9names
Copy link
Member Author

9names commented Jul 11, 2021

Right, I forgot that = is equivalent to ^= in Cargo, and that that will allow 0.8.4 as well.
Thanks for reminding me.

@9names 9names merged commit f0b0be6 into rp-rs:main Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants