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"
1313rust-version = " 1.77"
1414
1515[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" }
1818# rs-matter = { path = "../rs-matter/rs-matter" }
1919# edge-nal = { git = "https://github.com/sysgrok/edge-net" }
2020# edge-nal-std = { git = "https://github.com/sysgrok/edge-net" }
@@ -171,7 +171,7 @@ bitflags = { version = "2.5", default-features = false }
171171scopeguard = { version = " 1" , default-features = false }
172172embassy-futures = " 0.1"
173173embassy-sync = " 0.7"
174- embassy-time = " 0.4 "
174+ embassy-time = " 0.5 "
175175embedded-svc = { version = " 0.28" , default-features = false }
176176rs-matter = { version = " 0.1" , default-features = false }
177177edge-nal = " 0.5"
@@ -189,7 +189,7 @@ static_cell = "2.1"
189189futures-lite = " 1"
190190async-compat = " 0.2"
191191env_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" ] }
193193
194194[[example ]]
195195name = " light_eth"
You can’t perform that action at this time.
0 commit comments