We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa51443 commit 31e9113Copy full SHA for 31e9113
Cargo.toml
@@ -38,8 +38,8 @@ edge-nal-embassy = { workspace = true, optional = true }
38
log = "0.4"
39
anyhow = "1"
40
env_logger = "0.10"
41
-embedded-io-async = "0.6"
42
-embassy-time = { version = "0.4", features = ["std", "generic-queue-64"] }
+embedded-io-async = "0.7"
+embassy-time = { version = "0.5", features = ["std", "generic-queue-64"] }
43
embassy-sync = "0.7"
44
embassy-futures = "0.1.2"
45
embedded-svc = { version = "0.28", features = ["std"] }
0 commit comments