Skip to content

Commit 968dbb2

Browse files
committed
Switch to embassy-time 0.5
1 parent 361a5c9 commit 968dbb2

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" }
@@ -162,7 +162,7 @@ bitflags = { version = "2.5", default-features = false }
162162
scopeguard = { version = "1", default-features = false }
163163
embassy-futures = "0.1"
164164
embassy-sync = "0.7"
165-
embassy-time = "0.4"
165+
embassy-time = "0.5"
166166
embedded-svc = { version = "0.28", default-features = false }
167167
rs-matter = { version = "0.1", default-features = false }
168168
edge-nal = "0.5"
@@ -180,7 +180,7 @@ static_cell = "2.1"
180180
futures-lite = "1"
181181
async-compat = "0.2"
182182
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"] }
184184

185185
[[example]]
186186
name = "light_eth"

0 commit comments

Comments
 (0)