File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,8 @@ fn main() {
746746- Functions to get the vector table
747747- Wrappers over miscellaneous instructions like ` bkpt `
748748
749- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.4...HEAD
749+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.5...HEAD
750+ [ v0.7.5 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.4...v0.7.5
750751[ v0.7.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4
751752[ v0.7.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3
752753[ v0.7.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111name = " cortex-m"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/cortex-m"
14- version = " 0.7.4 "
14+ version = " 0.7.5 "
1515edition = " 2018"
1616links = " cortex-m" # prevent multiple versions of this crate to be linked together
1717
You can’t perform that action at this time.
0 commit comments