Skip to content

Commit ebfae8c

Browse files
authored
Merge pull request #20 from zeenix/main
Port to latest embassy releases
2 parents b680c3d + 34092b6 commit ebfae8c

File tree

2 files changed

+29
-37
lines changed

2 files changed

+29
-37
lines changed

Cargo.lock

Lines changed: 26 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ heapless = { version = "0.7", default-features = false }
2020
futures = { version = "0.3", default-features = false, features = [
2121
"async-await",
2222
] }
23-
embassy-sync = { git = "https://github.com/jucr-io/embassy/" }
24-
embassy-executor = { git = "https://github.com/jucr-io/embassy/", features = [
25-
"task-arena-size-32768",
23+
embassy-sync = "0.7.2"
24+
embassy-executor = { version = "0.9.1", features = [
2625
"arch-std",
2726
"executor-thread",
2827
"defmt",
29-
"integrated-timers",
3028
] }
31-
embassy-time = { git = "https://github.com/jucr-io/embassy/", features = [
29+
embassy-time = { version = "0.5.0", features = [
3230
"defmt",
3331
"defmt-timestamp-uptime",
3432
"tick-hz-32_768",

0 commit comments

Comments
 (0)