Skip to content

Commit e08a112

Browse files
Update embassy in Cargo.toml (#22)
1 parent 8f6da6b commit e08a112

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ ch32-hal = { git = "https://github.com/ch32-rs/ch32-hal.git", default-features =
2323
"memory-x",
2424
] }
2525
{% if embassy_dep -%}
26-
embassy-executor = { version = "0.6.1", features = [
27-
"integrated-timers",
26+
embassy-executor = { version = "0.7.0", features = [
2827
"arch-spin",
2928
"executor-thread",
30-
"task-arena-size-192", # or better use nightly, but fails on recent Rust versions
29+
"task-arena-size-192",
3130
] }
32-
embassy-time = { version = "0.3.0" }
31+
embassy-time = { version = "0.4.0" }
3332
{%- endif %}
3433
qingke-rt = "0.5.0"
3534
qingke = "0.5.0"

0 commit comments

Comments
 (0)