From 875434dd23d2f3d5d573d3a557ac47fc2d3128b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 30 Oct 2023 21:40:04 +0100 Subject: [PATCH] Use released embassy-net --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4ab383d..adbc74c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,14 +17,14 @@ embedded-io-new = { package = "embedded-io", version = "0.6" } embedded-io-async = { version = "0.6" } embedded-menu = "0.5.2" embedded-svc = { version = "0.25", default-features = false } -embassy-net = { version = "0.2.0", features = [ +embassy-net = { version = "0.2.1", features = [ "nightly", "tcp", "dhcpv4", "dns", "medium-ethernet", ] } -embassy-sync = { version = "0.2.0" } +embassy-sync = { version = "0.4.0" } embassy-executor = { version = "0.3.0", features = [ "nightly", ] } @@ -155,11 +155,7 @@ esp32s3-hal = { git = "https://github.com/bugadani/esp-hal.git", branch = "race" # esp-hal-common = { path = "../../esp-hal/esp-hal-common" } # esp-hal-procmacros = { path = "../../esp-hal/esp-hal-procmacros" } embedded-tls = { git = "https://github.com/drogue-iot/embedded-tls.git", branch = "old" } -reqwless = { git = "https://github.com/drogue-iot/reqwless.git", branch = "main" } buffered-io = { git = "https://github.com/bugadani/buffered-io.git", branch = "old" } -embassy-time = { git = "https://github.com/bugadani/embassy.git", branch = "old" } -embassy-net = { git = "https://github.com/bugadani/embassy.git", branch = "old" } -embassy-net-driver = { git = "https://github.com/bugadani/embassy.git", branch = "old" } [patch.'https://github.com/esp-rs/esp-wifi.git'] # esp-wifi = { path = "../esp-wifi/esp-wifi" }