aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-monotonics')
-rw-r--r--rtic-monotonics/CHANGELOG.md1
-rw-r--r--rtic-monotonics/Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index f4fe20b..6aca1ba 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -9,6 +9,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
+- Updated esp32c3 dependency to v0.28.0
- Updated esp32c3 dependency to v0.27.0
## v2.0.3 - 2024-10-23
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 }