Skip to content

Commit 1897bff

Browse files
committed
mctp-estack: Update embassy-sync to 0.7
This provides a Sync+Send bound for zerocopy_channel::Channel used by Router. Otherwise Router can't be used with non-local executors. Signed-off-by: Matt Johnston <[email protected]>
1 parent 15d5f62 commit 1897bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

mctp-estack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ log = { version = "0.4", optional = true }
1616
crc = "3"
1717
embedded-io-async = { workspace = true }
1818
defmt = { workspace = true, optional = true }
19-
embassy-sync = "0.6"
19+
embassy-sync = "0.7"
2020
smbus-pec = { version = "1.0", features = ["lookup-table"] }
2121
uuid = { version = "1.16.0", default-features = false }
2222

0 commit comments

Comments
 (0)