Skip to content

Commit

Permalink
Update futures-lite to match version in async-io-mini (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
fko-kuptec committed Aug 23, 2024
1 parent e846ff7 commit 947929d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ embassy-time = { version = "0.3", features = ["std", "generic-queue"] }
embassy-sync = "0.6"
embassy-futures = "0.1"
embedded-svc = { version = "0.28", features = ["std"] }
futures-lite = "1"
futures-lite = "2"
rand = "0.8"
tokio = "1" # For the `mqtt_client` example
async-compat = "0.2" # For the `mqtt_client` example
Expand Down
2 changes: 1 addition & 1 deletion edge-nal-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ embedded-io-async = { workspace = true, features = ["std"] }
edge-nal = { workspace = true }
async-io = "2"
async-io-mini = { git = "https://github.com/ivmarkov/async-io-mini", optional = true }
futures-lite = "1"
futures-lite = "2"
libc = "0.2"
heapless = { workspace = true }

0 comments on commit 947929d

Please sign in to comment.