Skip to content

Commit 46f00ea

Browse files
committed
Update embassy-time
1 parent 25b929d commit 46f00ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ log = "0.4"
3737
anyhow = "1"
3838
env_logger = "0.10"
3939
embedded-io-async = "0.6"
40-
embassy-time = { version = "0.3", features = ["std", "generic-queue"] }
40+
embassy-time = { version = "0.4", features = ["std", "generic-queue-64"] }
4141
embassy-sync = "0.6"
4242
embassy-futures = "0.1"
4343
embedded-svc = { version = "0.28", features = ["std"] }
@@ -108,7 +108,7 @@ members = [
108108
[workspace.dependencies]
109109
embassy-futures = { version = "0.1", default-features = false }
110110
embassy-sync = { version = "0.6", default-features = false }
111-
embassy-time = { version = "0.3", default-features = false }
111+
embassy-time = { version = "0.4", default-features = false }
112112
embedded-io-async = { version = "0.6", default-features = false }
113113
embedded-svc = { version = "0.28", default-features = false }
114114
log = { version = "0.4", default-features = false }

edge-nal-embassy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ embedded-io-async = { workspace = true }
1919
edge-nal = { workspace = true }
2020
heapless = { workspace = true }
2121
# Do not require these features and conditionalize the code instead
22-
embassy-net = { version = "0.5", features = [
22+
embassy-net = { version = "0.6", features = [
2323
"tcp",
2424
"udp",
2525
"dns",

edge-nal-std/Cargo.toml

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

0 commit comments

Comments
 (0)