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:
dependabot[bot] 2024-02-26 16:57:29 +00:00 committed by GitHub
parent 4a23c8d6da
commit 7faaa68d2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ cortex-m = { version = "0.7.6", optional = true }
critical-section = { version = "1", optional = true }
# RP2040
rp2040-pac = { version = ">=0.2.0,<0.6", optional = true }
rp2040-pac = { version = ">=0.2.0, <0.7", optional = true }
# nRF52
nrf52810-pac = { version = "0.12.2", optional = true }