Skip to content

Commit

Permalink
fix(deps): update rust crate cortex-m-rt to 0.7.4 (#92)
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] committed Apr 16, 2024
1 parent 1fd8b67 commit 606dcab
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 @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = { version = "0.7.3", optional = true}
cortex-m-rt = { version = "0.7.4", optional = true}
critical-section = { version = "1.1.2", optional = true }
vcell = "0.1.3"

Expand Down

0 comments on commit 606dcab

Please sign in to comment.