aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorRonald Weber <ronaldxweber@gmail.com>2025-03-16 12:19:49 +0100
committerHenrik Tjäder <henrik@tjaders.com>2025-03-26 22:04:29 +0000
commit9a36db80266c0db9ecbc6c47baced69e323fe0b0 (patch)
treee1898c866c2f787d66dd2ab916cfe687edceb63b /rtic-monotonics/Cargo.toml
parentfb67db97d69eb45de53de6a2d4fd5575f64591f6 (diff)
Update esp32c3 to 0.28.0
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 ebc0410..89f57bb 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.27.0", optional = true }
+esp32c3 = {version = "0.28.0", optional = true }
riscv = {version = "0.12.1", optional = true }