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" }
@@ -162,7 +162,7 @@ bitflags = { version = "2.5", default-features = false }
162
162
scopeguard = { version = " 1" , default-features = false }
163
163
embassy-futures = " 0.1"
164
164
embassy-sync = " 0.7"
165
- embassy-time = " 0.4 "
165
+ embassy-time = " 0.5 "
166
166
embedded-svc = { version = " 0.28" , default-features = false }
167
167
rs-matter = { version = " 0.1" , default-features = false }
168
168
edge-nal = " 0.5"
@@ -180,7 +180,7 @@ static_cell = "2.1"
180
180
futures-lite = " 1"
181
181
async-compat = " 0.2"
182
182
env_logger = " 0.11"
183
- embassy-time-queue-utils = { version = " 0.1 " , features = [" generic-queue-64" ] }
183
+ embassy-time-queue-utils = { version = " 0.3 " , features = [" generic-queue-64" ] }
184
184
185
185
[[example ]]
186
186
name = " light_eth"
You can’t perform that action at this time.
0 commit comments