Skip to content

Commit

Permalink
Update cortex-m requirement from 0.6.3 to 0.7.0 (#24)
Browse files Browse the repository at this point in the history
Updates the requirements on [cortex-m](https://github.com/rust-embedded/cortex-m) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/cortex-m/releases)
- [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/cortex-m@v0.6.3...v0.7.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2020
1 parent 7db2379 commit d10af11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["cortex-m", "xmc4x", "no_std", "svd2rust", "embedded"]
categories = ["embedded", "no-std"]

[dependencies]
cortex-m = "0.6.3"
cortex-m = "0.7.0"
bare-metal = "0.2.5"
vcell = "0.1.2"

Expand Down

0 comments on commit d10af11

Please sign in to comment.