Skip to content

Commit e0f5580

Browse files
authored
Merge branch 'main' into mcxa-577-bootloader
2 parents 502cd91 + b10b12e commit e0f5580

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/rt685s/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ warnings = "deny"
1919
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt.git", default-features = false }
2020

2121
partition-manager = { git = "https://github.com/OpenDevicePartnership/embedded-services.git", default-features = false }
22-
embassy-sync = "0.7.2"
22+
embassy-sync = "0.8.0"
2323
embassy-executor = "0.9.1"
2424

2525
defmt = "1.0.1"

libs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ manual_let_else = "deny"
2121
defmt = "0.3.7"
2222
defmt-or-log = { version = "0.2.2", default-features = false }
2323
embedded-storage-async = "0.4.1"
24-
embassy-sync = "0.7.2"
2524
embassy-futures = "0.1"
2625
embassy-time = "0.5"
2726
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt.git", default-features = false, features = ["mimxrt685s"] }
2827
embassy-mcxa = { git = "https://github.com/embassy-rs/embassy", rev = "30d627365bc9c62cf391aa02b691a4ae1a95e6cc", default-features = false }
28+
embassy-sync = "0.8.0"
2929
log = "0.4"
3030

3131
cortex-m = { version = "0.7.7" }

0 commit comments

Comments
 (0)