aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
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-rp
parent61bda59d83b02b64a8a61807c949bec9990135c2 (diff)
prepare release embassy-executor
Diffstat (limited to 'embassy-rp')
-rw-r--r--embassy-rp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 0d7ea1359..024bd0668 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -125,5 +125,5 @@ rp2040-boot2 = "0.3"
125document-features = "0.2.7" 125document-features = "0.2.7"
126 126
127[dev-dependencies] 127[dev-dependencies]
128embassy-executor = { version = "0.5.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 128embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
129static_cell = { version = "2" } 129static_cell = { version = "2" }