mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Update rp2040-pac requirement from >=0.2.0,<0.6 to >=0.2.0, <0.7
Updates the requirements on [rp2040-pac](https://github.com/rp-rs/rp2040-pac) to permit the latest version. - [Release notes](https://github.com/rp-rs/rp2040-pac/releases) - [Changelog](https://github.com/rp-rs/rp2040-pac/blob/main/CHANGELOG.md) - [Commits](https://github.com/rp-rs/rp2040-pac/compare/v0.2.0...v0.6.0) --- updated-dependencies: - dependency-name: rp2040-pac dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4a23c8d6da
commit
7faaa68d2f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ cortex-m = { version = "0.7.6", optional = true }
|
||||||
critical-section = { version = "1", optional = true }
|
critical-section = { version = "1", optional = true }
|
||||||
|
|
||||||
# RP2040
|
# RP2040
|
||||||
rp2040-pac = { version = ">=0.2.0,<0.6", optional = true }
|
rp2040-pac = { version = ">=0.2.0, <0.7", optional = true }
|
||||||
|
|
||||||
# nRF52
|
# nRF52
|
||||||
nrf52810-pac = { version = "0.12.2", optional = true }
|
nrf52810-pac = { version = "0.12.2", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue