aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/Cargo.toml
diff options
context:
space:
mode:
authorPaul Bender <pebender@gmail.com>2025-09-13 15:17:36 -0700
committerHenrik Tjäder <henrik@tjaders.com>2025-09-17 18:57:09 +0000
commite8c260a74577e1c1aadd1964e6f7e45afecd2e3e (patch)
treeffeb5b476b145cfa0b703d9765dbab906daafccd /rtic-monotonics/Cargo.toml
parent1365471f5a3cf393a7525c98c96d04b9fcdb0b44 (diff)
Update esp32c{3,6} support to esp-hal-1.0.0-rc.0.
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
-rw-r--r--rtic-monotonics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 20e3a28..fcbc012 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -67,8 +67,8 @@ stm32-metapac = { version = "15.0.0", optional = true }
# i.MX RT
imxrt-ral = { version = "0.6.1", optional = true }
-esp32c3 = {version = "0.29.0", optional = true }
-esp32c6 = {version = "0.20.0", optional = true }
+esp32c3 = {version = "0.30.0", optional = true }
+esp32c6 = {version = "0.21.0", optional = true }
riscv = {version = "0.14.0", optional = true }
[build-dependencies]