mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Update stm32-metapac requirement from 13.0.0 to 14.0.0
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>
This commit is contained in:
parent
b2b39ab6e6
commit
3143b7e0ca
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
|
|||
nrf9160-pac = { version = "0.12.2", optional = true }
|
||||
|
||||
# STM32
|
||||
stm32-metapac = { version = "13.0.0", features = ["metadata"], optional = true }
|
||||
stm32-metapac = { version = "14.0.0", features = ["metadata"], optional = true }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue