Skip to content

Commit

Permalink
firmware: bump cortex-m from 0.7.2 to 0.7.7 in /firmware
Browse files Browse the repository at this point in the history
Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.7.
- [Release notes](https://github.com/rust-embedded/cortex-m/releases)
- [Changelog](https://github.com/rust-embedded/cortex-m/blob/v0.7.7/CHANGELOG.md)
- [Commits](rust-embedded/cortex-m@v0.7.2...v0.7.7)

---
updated-dependencies:
- dependency-name: cortex-m
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2023
1 parent 659b5d8 commit 1c565fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions firmware/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 firmware/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
autobins = false

[dependencies]
cortex-m = "0.7.2"
cortex-m = "0.7.7"
cortex-m-rt = "0.6.13"
micromath = "2.0.0"
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
Expand Down

0 comments on commit 1c565fd

Please sign in to comment.