File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.4] - 2020-10-26
11
+
10
12
### Changed
11
13
12
14
- MSRV bumped to 1.36.0 due to ` aligned ` dependency.
@@ -597,7 +599,8 @@ fn main() {
597
599
- Functions to get the vector table
598
600
- Wrappers over miscellaneous instructions like ` bkpt `
599
601
600
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.3...HEAD
602
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.4...HEAD
603
+ [ v0.6.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
601
604
[ v0.6.3 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
602
605
[ v0.6.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
603
606
[ v0.6.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
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.6.3 "
14
+ version = " 0.6.4 "
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