Skip to content

Commit

Permalink
Merge branch 'master' into svd-update
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jun 3, 2024
2 parents 40c843f + e32b494 commit 7921529
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 7921529

Please sign in to comment.