aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-31 10:32:01 +0200
committerUlf Lilleengen <[email protected]>2025-07-31 10:33:14 +0200
commit3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (patch)
tree89c6f4e85da6ba69b3d72d12f565959cb5ef438b /embassy-time/Cargo.toml
parente145a653cf9d31f101b0735406b8b7c9208bc1da (diff)
chore: prepare embassy-executor 0.8 release
Diffstat (limited to 'embassy-time/Cargo.toml')
-rw-r--r--embassy-time/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 2284906b0..618c6f518 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -441,4 +441,4 @@ wasm-timer = { version = "0.2.5", optional = true }
441[dev-dependencies] 441[dev-dependencies]
442serial_test = "0.9" 442serial_test = "0.9"
443critical-section = { version = "1.1", features = ["std"] } 443critical-section = { version = "1.1", features = ["std"] }
444embassy-executor = { version = "0.7.0", path = "../embassy-executor" } 444embassy-executor = { version = "0.8.0", path = "../embassy-executor" }