Conversation
|
@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.