Skip to content

Commit

Permalink
fw: iec: bump cortex-m-rt from 0.7.2 to 0.7.3 in /Firmware-IEC
Browse files Browse the repository at this point in the history
Bumps [cortex-m-rt](https://github.com/rust-embedded/cortex-m) from 0.7.2 to 0.7.3.
- [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.2...v0.7.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Rahix committed Apr 8, 2023
1 parent 9f0bbbf commit 1a059c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Firmware-IEC/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-IEC/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false

[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = "0.7.2"
cortex-m-rt = "0.7.3"
cty = "0.2.2"
embedded-hal = { version = "0.2.6", features=["unproven"] }
embedded-time = "0.12.0"
Expand Down

0 comments on commit 1a059c8

Please sign in to comment.