From ed026cc4a319ead48b0519b0e01f09f695498e5c Mon Sep 17 00:00:00 2001 From: MikeGstefan <53955528+MikeGstefan@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:59:55 -0500 Subject: bump esp32c3 (#997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump esp32-c3 * update changelog and example * rtic-monotonics: update esp32c3 to v0.26 --------- Co-authored-by: Henrik Tjäder --- rtic-monotonics/CHANGELOG.md | 1 + rtic-monotonics/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'rtic-monotonics') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 6231cf7..8c7f683 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -15,6 +15,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Changed +- Updated esp32c3 dependency to v0.26.0 - Update `esp32c3` dependency ### Fixed 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 } -- cgit v1.2.3