Skip to content

Commit

Permalink
Update stm32-metapac requirement from 15.0.0 to 16.0.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: stm32-metapac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 587f183 commit e63c003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtic-monotonics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
nrf9160-pac = { version = "0.12.2", optional = true }

# STM32
stm32-metapac = { version = "15.0.0", optional = true }
stm32-metapac = { version = "16.0.0", optional = true }

# i.MX RT
imxrt-ral = { version = "0.5.3", optional = true }
Expand All @@ -74,7 +74,7 @@ riscv = {version = "0.12.1", optional = true }
[build-dependencies]
proc-macro2 = { version = "1.0.36", optional = true }
quote = { version = "1.0.15", optional = true }
stm32-metapac = { version = "15.0.0", default-features = false, features = [
stm32-metapac = { version = "16.0.0", default-features = false, features = [
"metadata",
], optional = true }

Expand Down

0 comments on commit e63c003

Please sign in to comment.