Skip to content

Commit b8a1f74

Browse files
committed
Update to embassy-sync 0.7
1 parent 7dacc5d commit b8a1f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ log = []
2222
log = "0.4"
2323
env_logger = "0.11"
2424
embassy-futures = "0.1"
25-
embassy-sync = "0.6"
25+
embassy-sync = "0.7"
2626
embassy-time = { version = "0.4", features = ["std"] }
2727
embassy-time-queue-utils = { version = "0.1", features = ["generic-queue-64"] }
2828
static_cell = "1"

rs-matter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ verhoeff = { version = "1", default-features = false }
4444
embassy-futures = "0.1"
4545
embassy-time = "0.4"
4646
embassy-time-queue-utils = "0.1"
47-
embassy-sync = "0.6"
47+
embassy-sync = "0.7"
4848
critical-section = "1.1"
4949
domain = { version = "0.10", default-features = false, features = ["heapless"] }
5050
portable-atomic = "1"

0 commit comments

Comments
 (0)