Skip to content

Commit

Permalink
fix(deps): update rust crate esp-hal to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 0d97c0c commit 7626f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esp-backtrace = { version = "0.14.2", features = [
"panic-handler",
"println",
] }
esp-hal = { version = "0.21.0", features = [ "esp32c3" ] }
esp-hal = { version = "0.23.0", features = [ "esp32c3" ] }
esp-println = { version = "0.12.0", features = ["esp32c3", "log"] }
log = { version = "0.4.22" }
esp-alloc = { version = "0.5.0" }
Expand Down

0 comments on commit 7626f19

Please sign in to comment.