diff options
| author | MikeGstefan <53955528+MikeGstefan@users.noreply.github.com> | 2024-11-27 13:59:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 18:59:55 +0000 |
| commit | ed026cc4a319ead48b0519b0e01f09f695498e5c (patch) | |
| tree | a3f9bbe84cfadc8549634378eae21884187f65fd /examples/esp32c3/Cargo.toml | |
| parent | d251ba717393a73e9ea26a34fe738e3baec477d2 (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 'examples/esp32c3/Cargo.toml')
| -rw-r--r-- | examples/esp32c3/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/esp32c3/Cargo.toml b/examples/esp32c3/Cargo.toml index ae2024d..5351293 100644 --- a/examples/esp32c3/Cargo.toml +++ b/examples/esp32c3/Cargo.toml @@ -16,7 +16,7 @@ esp-backtrace = { version = "0.14.0", features = [ "exception-handler", "println", ] } -esp32c3 = {version = "0.25.0", features = ["critical-section"]} +esp32c3 = {version = "0.26.0", features = ["critical-section"]} esp-println = { version = "0.11.0", features = ["esp32c3"] } [features] |
