-
Notifications
You must be signed in to change notification settings - Fork 28
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 svd2rust, svdtools #94
base: main
Are you sure you want to change the base?
Conversation
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.
Lgtm
@9names: After closer checking, even if
I wonder if we should stop at svd2rust 0.32.0 for now. Would it be useful to create a 0.6.1 release before merging breaking changes? |
Sounds like a plan. We'll need to deal with the breakage sooner or later, but cutting a release now before doing that is a good idea. |
That would be the older pull request #93. I just updated it to include the svdtools update. |
c988333
to
805be4d
Compare
A newer version of
While I think that this is a very minor breaking change (it's quite unlikely that people try to define their own registers), it makes releasing a 0.6.1 questionable. |
svd2rust → 0.33.0
svdtools → 0.3.12
I'm not 100% sure if adding type Safety to generic::Writable is a breaking change. Writable is a pub trait, but generic is not public, so it should be fine, I guess?
At least cargo semver-checks doesn't complain.