Skip to content

Commit

Permalink
fix(deps): adding critical-section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 22, 2023
1 parent 1ec15f1 commit dfbd00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ edition = "2018"

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

[dependencies.cortex-m-rt]
Expand Down

0 comments on commit dfbd00e

Please sign in to comment.