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 b08efdf commit e32b494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -22,4 +22,4 @@ default = ["critical-section", "rt"]
rt = ["cortex-m-rt/device"]

[package.metadata.docs.rs]
features = ['default']
features = ['default']

0 comments on commit e32b494

Please sign in to comment.