Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
build: Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 26, 2023
1 parent 49444cd commit 1d6ac6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = "MIT OR Apache-2.0"

[dependencies]
hal = { package = "{{ mcu }}-hal", version = "{{ hal_version }}" }
esp-backtrace = { version = "0.8.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] }
esp-backtrace = { version = "0.9.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] }
{% if logging -%}
esp-println = { version = "0.6.0", features = ["{{ mcu }}","log"] }
esp-println = { version = "0.7.0", features = ["{{ mcu }}","log"] }
log = { version = "0.4.18" }
{% else -%}
esp-println = { version = "0.6.0", features = ["{{ mcu }}"] }
esp-println = { version = "0.7.0", features = ["{{ mcu }}"] }
{% endif -%}
{% if alloc -%}
esp-alloc = { version = "0.3.0" }
Expand Down

0 comments on commit 1d6ac6b

Please sign in to comment.