aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-18 20:15:13 +0000
committerHenrik Tjäder <henrik@tjaders.com>2025-06-18 20:29:27 +0000
commit6a499eade0586f056ca8fbd9b7b69fd0f89b7657 (patch)
treede66eeaa7157a9e49caa7ac2bf86f6e65d64ee16 /rtic-monotonics
parentdadce95929a75c4390841156b8482271f8a113fc (diff)
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] <support@github.com>
Diffstat (limited to 'rtic-monotonics')
-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 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]