File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,8 @@ fn main() {
746
746
- Functions to get the vector table
747
747
- Wrappers over miscellaneous instructions like ` bkpt `
748
748
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
750
751
[ v0.7.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4
751
752
[ v0.7.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3
752
753
[ 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"
11
11
name = " cortex-m"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/cortex-m"
14
- version = " 0.7.4 "
14
+ version = " 0.7.5 "
15
15
edition = " 2018"
16
16
links = " cortex-m" # prevent multiple versions of this crate to be linked together
17
17
You can’t perform that action at this time.
0 commit comments