aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-16 17:55:35 +0000
committerHenrik Tjäder <henrik@tjaders.com>2025-06-18 19:54:34 +0000
commit38af386d10ba7894a888169028d53153b54674c3 (patch)
tree01b7c7e90f52fa7ae8a5e7de8b2fcea45545fe5e /rtic-monotonics
parent71363095fe9753357b8a4864cbec393936cb1fa6 (diff)
chore(deps): update esp32c3 requirement from 0.28.0 to 0.29.0
--- updated-dependencies: - dependency-name: esp32c3 dependency-version: 0.29.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 2dc26ae..a78efe1 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
# i.MX RT
imxrt-ral = { version = "0.6.1", optional = true }
-esp32c3 = {version = "0.28.0", optional = true }
+esp32c3 = {version = "0.29.0", optional = true }
esp32c6 = {version = "0.19.0", optional = true }
riscv = {version = "0.13.0", optional = true }