From 7faaa68d2f4ad29df1fe7d8e9edae872aaca81d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:57:29 +0000 Subject: [PATCH] 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] --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 5860653b55..e2ba7dc807 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -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 }