rust-embedded / cortex-m-rt

Minimal startup / runtime for Cortex-M microcontrollers
https://rust-embedded.github.io/cortex-m-rt/
Apache License 2.0
357 stars 85 forks source link

master branch is out of date relative to 0.6.14 release #328

Closed thejpster closed 2 years ago

thejpster commented 3 years ago

This is an issue if you try and patch the git version in for the release version, as the git version appears to be older.

I would open a PR to merge the release branch into master, but I can't find the release branch.

adamgreig commented 3 years ago

The release branch is v0.6.x, but we don't want to merge it into master as it contains backports since v0.6.12. This should be resolved by the upcoming #329 and #330 though.

adamgreig commented 2 years ago

This was closed by #329/#330.