Skip to content

Commit

Permalink
cargo: bump cortex-m-rt from 0.7.3 to 0.7.4 in /src/exercises/bare-me…
Browse files Browse the repository at this point in the history
…tal/compass in the patch group (#2019)

Bumps the patch group in /src/exercises/bare-metal/compass with 1
update: [cortex-m-rt](https://github.com/rust-embedded/cortex-m).

Updates `cortex-m-rt` from 0.7.3 to 0.7.4

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 Apr 22, 2024
1 parent 1e772b7 commit a03b7e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/exercises/bare-metal/compass/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 src/exercises/bare-metal/compass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
publish = false

[dependencies]
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.4"
embedded-hal = "1.0.0"
lsm303agr = "1.0.0"
microbit-v2 = "0.14.0"
Expand Down

0 comments on commit a03b7e6

Please sign in to comment.