Skip to content

Commit

Permalink
fix(deps): reverting cortex-m-rt to 0.7.3 due to yanking
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Jun 3, 2024
1 parent b230f0a commit 8f73d4d
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.4", optional = true}
cortex-m-rt = { version = "0.7.3", optional = true }
critical-section = { version = "1.1.2", optional = true }
vcell = "0.1.3"

Expand Down

0 comments on commit 8f73d4d

Please sign in to comment.