Skip to content

Commit

Permalink
fix(deps): update rust crate esp-alloc to 0.6.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 f5fc86d
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 @@ -15,7 +15,7 @@ esp-backtrace = { version = "0.14.2", features = [
esp-hal = { version = "0.21.0", features = [ "esp32c3" ] }
esp-println = { version = "0.12.0", features = ["esp32c3", "log"] }
log = { version = "0.4.22" }
esp-alloc = { version = "0.5.0" }
esp-alloc = { version = "0.6.0" }
embedded-io = "0.6.1"
esp-wifi = { version = "0.10.1", features = [
"esp32c3",
Expand Down

0 comments on commit f5fc86d

Please sign in to comment.