Skip to content

Commit

Permalink
Use released embassy-net
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 31, 2023
1 parent 76c9dfc commit 875434d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down Expand Up @@ -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" }
Expand Down

0 comments on commit 875434d

Please sign in to comment.