Skip to content

Commit

Permalink
fix(deps): update rust crate cortex-m-rt to 0.7.4 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent f4ce59b commit 3efc4a9
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 @@ -24,7 +24,7 @@ xmc4700 = { version = "0.8.3", optional = true }
xmc4800 = { version = "0.9.0", optional = true }
cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] }
nb = "1.1.0"
cortex-m-rt = "0.7.3"
cortex-m-rt = "0.7.4"
void = { version = "1.0.2", default-features = false }
cast = { version = "0.3.0", default-features = false }
embedded-hal = { version = "0.2.7", features = ["unproven"] }
Expand Down

0 comments on commit 3efc4a9

Please sign in to comment.