aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
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-rp
parente145a653cf9d31f101b0735406b8b7c9208bc1da (diff)
chore: prepare embassy-executor 0.8 release
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 dcf4e7178..fa13ec1d9 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -177,5 +177,5 @@ rp-binary-info = { version = "0.1.0", optional = true }
177smart-leds = "0.4.0" 177smart-leds = "0.4.0"
178 178
179[dev-dependencies] 179[dev-dependencies]
180embassy-executor = { version = "0.7.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 180embassy-executor = { version = "0.8.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
181static_cell = { version = "2" } 181static_cell = { version = "2" }