aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 21:50:18 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commit37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (patch)
treeb8d9ca9963e94aeaa80828bb05806baa979b0695 /embassy-time
parent61bda59d83b02b64a8a61807c949bec9990135c2 (diff)
prepare release embassy-executor
Diffstat (limited to 'embassy-time')
-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 6078c422b..c3b4e4e3a 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -431,4 +431,4 @@ wasm-timer = { version = "0.2.5", optional = true }
431[dev-dependencies] 431[dev-dependencies]
432serial_test = "0.9" 432serial_test = "0.9"
433critical-section = { version = "1.1", features = ["std"] } 433critical-section = { version = "1.1", features = ["std"] }
434embassy-executor = { version = "0.5.0", path = "../embassy-executor" } 434embassy-executor = { version = "0.6.0", path = "../embassy-executor" }