diff options
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 7902bc5..2f00ff8 100644 --- a/examples/esp32c3/Cargo.toml +++ b/examples/esp32c3/Cargo.toml @@ -16,7 +16,7 @@ esp-backtrace = { version = "0.15.0", features = [ "exception-handler", "println", ] } -esp32c3 = {version = "0.27.0", features = ["critical-section"]} +esp32c3 = {version = "0.28.0", features = ["critical-section"]} esp-println = { version = "0.13.0", features = ["esp32c3"] } [features] |
