File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ log = "0.4"
37
37
anyhow = " 1"
38
38
env_logger = " 0.10"
39
39
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 " ] }
41
41
embassy-sync = " 0.6"
42
42
embassy-futures = " 0.1"
43
43
embedded-svc = { version = " 0.28" , features = [" std" ] }
@@ -108,7 +108,7 @@ members = [
108
108
[workspace .dependencies ]
109
109
embassy-futures = { version = " 0.1" , default-features = false }
110
110
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 }
112
112
embedded-io-async = { version = " 0.6" , default-features = false }
113
113
embedded-svc = { version = " 0.28" , default-features = false }
114
114
log = { version = " 0.4" , default-features = false }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ embedded-io-async = { workspace = true }
19
19
edge-nal = { workspace = true }
20
20
heapless = { workspace = true }
21
21
# Do not require these features and conditionalize the code instead
22
- embassy-net = { version = " 0.5 " , features = [
22
+ embassy-net = { version = " 0.6 " , features = [
23
23
" tcp" ,
24
24
" udp" ,
25
25
" dns" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ categories = [
18
18
embedded-io-async = { workspace = true , features = [" std" ] }
19
19
edge-nal = { workspace = true }
20
20
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 }
22
22
futures-lite = " 2"
23
23
libc = " 0.2"
24
24
heapless = { workspace = true }
You can’t perform that action at this time.
0 commit comments