mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Update stm32-metapac requirement from 14.0.0 to 15.0.0 (#884)
Updates the requirements on [stm32-metapac](https://github.com/embassy-rs/stm32-data) to permit the latest version. - [Commits](https://github.com/embassy-rs/stm32-data/commits) --- updated-dependencies: - dependency-name: stm32-metapac dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cbe054e41
commit
c630657009
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
|
||||||
nrf9160-pac = { version = "0.12.2", optional = true }
|
nrf9160-pac = { version = "0.12.2", optional = true }
|
||||||
|
|
||||||
# STM32
|
# STM32
|
||||||
stm32-metapac = { version = "14.0.0", optional = true }
|
stm32-metapac = { version = "15.0.0", optional = true }
|
||||||
|
|
||||||
# i.MX RT
|
# i.MX RT
|
||||||
imxrt-ral = { version = "0.5.3", optional = true }
|
imxrt-ral = { version = "0.5.3", optional = true }
|
||||||
|
@ -59,7 +59,7 @@ imxrt-ral = { version = "0.5.3", optional = true }
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
proc-macro2 = { version = "1.0.36", optional = true }
|
proc-macro2 = { version = "1.0.36", optional = true }
|
||||||
quote = { version = "1.0.15", optional = true }
|
quote = { version = "1.0.15", optional = true }
|
||||||
stm32-metapac = { version = "14.0.0", default-features = false, features = [
|
stm32-metapac = { version = "15.0.0", default-features = false, features = [
|
||||||
"metadata",
|
"metadata",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue