mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-25 11:29:33 +01:00
Update imxrt-ral requirement from 0.5.3 to 0.6.1
Updates the requirements on [imxrt-ral](https://github.com/imxrt-rs/imxrt-ral) to permit the latest version. - [Release notes](https://github.com/imxrt-rs/imxrt-ral/releases) - [Changelog](https://github.com/imxrt-rs/imxrt-ral/blob/master/CHANGELOG.md) - [Commits](https://github.com/imxrt-rs/imxrt-ral/compare/0.5.3...0.6.1) --- updated-dependencies: - dependency-name: imxrt-ral dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1a1237690c
commit
058b1fd3ed
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ nrf9160-pac = { version = "0.12.2", optional = true }
|
||||||
stm32-metapac = { version = "15.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.6.1", optional = true }
|
||||||
|
|
||||||
|
|
||||||
esp32c3 = {version = "0.26.0", optional = true }
|
esp32c3 = {version = "0.26.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue