From 6a499eade0586f056ca8fbd9b7b69fd0f89b7657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:15:13 +0000 Subject: chore(deps): update esp32c6 requirement from 0.19.0 to 0.20.0 --- updated-dependencies: - dependency-name: esp32c6 dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic-monotonics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics') diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 19b941a..749ef92 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -68,7 +68,7 @@ stm32-metapac = { version = "15.0.0", optional = true } imxrt-ral = { version = "0.6.1", optional = true } esp32c3 = {version = "0.29.0", optional = true } -esp32c6 = {version = "0.19.0", optional = true } +esp32c6 = {version = "0.20.0", optional = true } riscv = {version = "0.14.0", optional = true } [build-dependencies] -- cgit v1.2.3