aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorMikeGstefan <53955528+MikeGstefan@users.noreply.github.com>2024-11-27 13:59:55 -0500
committerGitHub <noreply@github.com>2024-11-27 18:59:55 +0000
commited026cc4a319ead48b0519b0e01f09f695498e5c (patch)
treea3f9bbe84cfadc8549634378eae21884187f65fd /rtic-monotonics/Cargo.toml
parentd251ba717393a73e9ea26a34fe738e3baec477d2 (diff)
bump esp32c3 (#997)
* bump esp32-c3 * update changelog and example * rtic-monotonics: update esp32c3 to v0.26 --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-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 24b739c..79017ec 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
imxrt-ral = { version = "0.5.3", optional = true }
-esp32c3 = {version = "0.25.0", optional = true }
+esp32c3 = {version = "0.26.0", optional = true }
riscv = {version = "0.12.1", optional = true }