Skip to content

Commit ad8cb61

Browse files
committed
Switch to embassy-time 0.5
1 parent 3372d10 commit ad8cb61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ readme = "README.md"
1313
rust-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 }
171171
scopeguard = { version = "1", default-features = false }
172172
embassy-futures = "0.1"
173173
embassy-sync = "0.7"
174-
embassy-time = "0.4"
174+
embassy-time = "0.5"
175175
embedded-svc = { version = "0.28", default-features = false }
176176
rs-matter = { version = "0.1", default-features = false }
177177
edge-nal = "0.5"
@@ -189,7 +189,7 @@ static_cell = "2.1"
189189
futures-lite = "1"
190190
async-compat = "0.2"
191191
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"] }
193193

194194
[[example]]
195195
name = "light_eth"

0 commit comments

Comments
 (0)