Skip to content

Commit

Permalink
Bump cortex-m from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.7.1 to 0.7.2.
- [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.7.1...v0.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Mar 13, 2021
1 parent 61e7c15 commit 2c2d3fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ harness = false

[dependencies]
nb = "^1"
cortex-m = "~0.7.1"
cortex-m = "~0.7.2"
cortex-m-rt = { version = "~0.6.13" }
defmt = "~0.2.0"
defmt-rtt = "~0.2.0"
Expand Down

0 comments on commit 2c2d3fb

Please sign in to comment.