aboutsummaryrefslogtreecommitdiff
path: root/examples/esp32c3/Cargo.toml
diff options
context:
space:
mode:
authorbroke <broke@in-fucking.space>2024-05-22 19:38:20 +0200
committerGitHub <noreply@github.com>2024-05-22 17:38:20 +0000
commited7ed50c25ace5c724246d367b713a844cfcd527 (patch)
tree222511e9daa12d23ed314ca254799edf28fe54d0 /examples/esp32c3/Cargo.toml
parent04b655d4faa7b93c8e3838bbad46efb72f5f4570 (diff)
updated esp32c3 dependency to version 0.22.0 (#937)
* Update Cargo.toml esp32c3 dependency * fixed esp32c3 example to build with esp32c3=0.22.0 dependency * added CHANGELOG.md entry for esp32c3 version update
Diffstat (limited to 'examples/esp32c3/Cargo.toml')
-rw-r--r--examples/esp32c3/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/esp32c3/Cargo.toml b/examples/esp32c3/Cargo.toml
index 9a4e813..fa2a4e0 100644
--- a/examples/esp32c3/Cargo.toml
+++ b/examples/esp32c3/Cargo.toml
@@ -16,7 +16,7 @@ esp-backtrace = { version = "0.11.0", features = [
"println",
] }
-esp32c3 = {version = "0.21.0", features = ["critical-section"]}
+esp32c3 = {version = "0.22.0", features = ["critical-section"]}
esp-println = { version = "0.9.0", features = ["esp32c3", "uart"] }
[features]