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 Jan 5, 2024
1 parent c3216d1 commit a39fc68
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
{{ mcu }}-hal = "{{ hal_version }}"
esp-backtrace = { version = "0.9.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] }
esp-backtrace = { version = "0.10.0", features = ["{{ mcu }}", "panic-handler", "exception-handler", "print-uart"] }
{% if logging -%}
esp-println = { version = "0.8.0", features = ["{{ mcu }}", "log"] }
log = { version = "0.4.20" }
Expand All @@ -18,7 +18,7 @@ esp-println = { version = "0.8.0", features = ["{{ mcu }}"] }
esp-alloc = { version = "0.3.0" }
{% endif -%}
{% if wifi -%}
esp-wifi = { version = "0.1.1", features = ["{{ mcu }}", "wifi"] }
esp-wifi = { version = "0.2.0", features = ["{{ mcu }}", "wifi"] }
smoltcp = { version = "0.11.0", default-features=false, features = ["proto-igmp", "proto-ipv4", "socket-tcp", "socket-icmp", "socket-udp", "medium-ethernet", "proto-dhcpv4", "socket-raw", "socket-dhcpv4"] }
embedded-svc = { version = "0.26.4", default-features = false, features = [] }
embedded-io = "0.6.1"
Expand All @@ -29,8 +29,3 @@ heapless = { version = "0.8.0", default-features = false }
[features]
default = ["{{ mcu }}-hal/xtal-40mhz"]
{% endif %}

{% if wifi -%}
[patch.crates-io]
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi", rev = "a69545d" }
{% endif -%}

0 comments on commit a39fc68

Please sign in to comment.