aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-15 20:07:27 +0000
committerHenrik Tjäder <henrik@tjaders.com>2025-06-15 20:27:25 +0000
commit2c7dec32e4aa3a248d5264a57f01dd6ca0d82057 (patch)
tree84470ce157ad596b1d249ef73e3d1eaf6765c622
parent3678a404b3c615322ad6bbfd532ce15b51e26cff (diff)
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>
-rw-r--r--rtic-monotonics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 991a84c..2dc26ae 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -65,7 +65,7 @@ nrf9160-pac = { version = "0.12.2", optional = true }
stm32-metapac = { version = "15.0.0", optional = true }
# i.MX RT
-imxrt-ral = { version = "0.5.3", optional = true }
+imxrt-ral = { version = "0.6.1", optional = true }
esp32c3 = {version = "0.28.0", optional = true }
esp32c6 = {version = "0.19.0", optional = true }