File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ readme = "README.md"
13
13
rust-version = " 1.77"
14
14
15
15
[patch .crates-io ]
16
- rs-matter = { git = " https://github.com/project-chip/rs-matter" }
17
- # rs-matter = { git = "https://github.com/sysgrok/rs-matter", branch = "next" }
16
+ # rs-matter = { git = "https://github.com/project-chip/rs-matter" }
17
+ rs-matter = { git = " https://github.com/sysgrok/rs-matter" , branch = " next" }
18
18
# rs-matter = { path = "../rs-matter/rs-matter" }
19
19
# edge-nal = { git = "https://github.com/sysgrok/edge-net" }
20
20
# edge-nal-std = { git = "https://github.com/sysgrok/edge-net" }
@@ -171,7 +171,7 @@ bitflags = { version = "2.5", default-features = false }
171
171
scopeguard = { version = " 1" , default-features = false }
172
172
embassy-futures = " 0.1"
173
173
embassy-sync = " 0.7"
174
- embassy-time = " 0.4 "
174
+ embassy-time = " 0.5 "
175
175
embedded-svc = { version = " 0.28" , default-features = false }
176
176
rs-matter = { version = " 0.1" , default-features = false }
177
177
edge-nal = " 0.5"
@@ -189,7 +189,7 @@ static_cell = "2.1"
189
189
futures-lite = " 1"
190
190
async-compat = " 0.2"
191
191
env_logger = " 0.11"
192
- embassy-time-queue-utils = { version = " 0.1 " , features = [" generic-queue-64" ] }
192
+ embassy-time-queue-utils = { version = " 0.3 " , features = [" generic-queue-64" ] }
193
193
194
194
[[example ]]
195
195
name = " light_eth"
You can’t perform that action at this time.
0 commit comments