mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
chore(deps): update stm32-metapac requirement from 15.0.0 to 18.0.0
--- updated-dependencies: - dependency-name: stm32-metapac dependency-version: 18.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8bcd248929
commit
661f5d4fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,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 = "18.0.0", optional = true }
|
||||
|
||||
# i.MX RT
|
||||
imxrt-ral = { version = "0.6.1", optional = true }
|
||||
|
|
@ -74,7 +74,7 @@ riscv = {version = "0.14.0", 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 = "18.0.0", default-features = false, features = [
|
||||
"metadata",
|
||||
], optional = true }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue