mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
esp32c3: Examples: Update to v0.29.0
This commit is contained in:
parent
38af386d10
commit
42cc1b1a5d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ esp-backtrace = { version = "0.15.0", features = [
|
||||||
"exception-handler",
|
"exception-handler",
|
||||||
"println",
|
"println",
|
||||||
] }
|
] }
|
||||||
esp32c3 = {version = "0.28.0", features = ["critical-section"]}
|
esp32c3 = {version = "0.29.0", features = ["critical-section"]}
|
||||||
esp-println = { version = "0.13.0", features = ["esp32c3"] }
|
esp-println = { version = "0.13.0", features = ["esp32c3"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue