Skip to content

Commit 45406f6

Browse files
committed
Prepare for cortex-m v0.7.5
1 parent ed00f50 commit 45406f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff 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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "cortex-m"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/cortex-m"
14-
version = "0.7.4"
14+
version = "0.7.5"
1515
edition = "2018"
1616
links = "cortex-m" # prevent multiple versions of this crate to be linked together
1717

0 commit comments

Comments
 (0)