diff options
author | 2022-05-15 22:16:18 +0100 | |
---|---|---|
committer | 2022-05-15 22:17:56 +0100 | |
commit | 45406f6a667f11b459dad51cf45e2739d23a381b (patch) | |
tree | 36099d9061954a944c5415deed2cefc6664d12ab | |
parent | ed00f507084b17765a8387b209eb48e33d32cb17 (diff) | |
download | cortex-m-45406f6a667f11b459dad51cf45e2739d23a381b.tar.gz cortex-m-45406f6a667f11b459dad51cf45e2739d23a381b.tar.zst cortex-m-45406f6a667f11b459dad51cf45e2739d23a381b.zip |
Prepare for cortex-m v0.7.5
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b36a5a..95ed203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -746,7 +746,8 @@ fn main() { - Functions to get the vector table - Wrappers over miscellaneous instructions like `bkpt` -[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.4...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.5...HEAD +[v0.7.5]: https://github.com/rust-embedded/cortex-m/compare/v0.7.4...v0.7.5 [v0.7.4]: https://github.com/rust-embedded/cortex-m/compare/v0.7.3...v0.7.4 [v0.7.3]: https://github.com/rust-embedded/cortex-m/compare/v0.7.2...v0.7.3 [v0.7.2]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...v0.7.2 @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0" name = "cortex-m" readme = "README.md" repository = "https://github.com/rust-embedded/cortex-m" -version = "0.7.4" +version = "0.7.5" edition = "2018" links = "cortex-m" # prevent multiple versions of this crate to be linked together |