Skip to content

Commit 9ea9088

Browse files
committed
esp32c6: Update to v0.20.0
1 parent 6a499ea commit 9ea9088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32c6/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ esp-backtrace = { version = "0.15.1", features = [
1717
"println",
1818
] }
1919

20-
esp32c6 = {version = "0.19.0", features = ["critical-section"]}
20+
esp32c6 = {version = "0.20.0", features = ["critical-section"]}
2121
esp-println = { version = "0.13.1", features = ["esp32c6", "auto"] }
2222

2323
[features]

0 commit comments

Comments
 (0)