Prepare embassy-net(/-driver,/-driver-channel) 0.2.0

This commit is contained in:
Dániel Buga
2023-10-15 19:38:42 +02:00
parent 1d810baa18
commit 40e4ca4751
32 changed files with 97 additions and 31 deletions

View File

@ -16,7 +16,7 @@ log = { version = "0.4", default-features = false, optional = true }
embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
embedded-hal-async = { version = "=1.0.0-rc.1" }
embedded-hal-bus = { version = "=0.1.0-rc.1", features = ["async"] }
embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel" }
embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel" }
embassy-time = { version = "0.1.5", path = "../embassy-time" }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
bitfield = "0.14.0"