Skip to content

Commit 947929d

Browse files
authored
Update futures-lite to match version in async-io-mini (#22)
1 parent e846ff7 commit 947929d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ embassy-time = { version = "0.3", features = ["std", "generic-queue"] }
4141
embassy-sync = "0.6"
4242
embassy-futures = "0.1"
4343
embedded-svc = { version = "0.28", features = ["std"] }
44-
futures-lite = "1"
44+
futures-lite = "2"
4545
rand = "0.8"
4646
tokio = "1" # For the `mqtt_client` example
4747
async-compat = "0.2" # For the `mqtt_client` example

edge-nal-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ embedded-io-async = { workspace = true, features = ["std"] }
1919
edge-nal = { workspace = true }
2020
async-io = "2"
2121
async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true }
22-
futures-lite = "1"
22+
futures-lite = "2"
2323
libc = "0.2"
2424
heapless = { workspace = true }

0 commit comments

Comments
 (0)