aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-12 17:48:36 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-12 18:07:50 +0100
commit796f6c034a148e1fedb3196a2c73a155f5d0545f (patch)
tree4bc0bd4af6167d135f305924c5e73bfd09709299 /embassy-rp/Cargo.toml
parent11a8d7795ec6fbbc4fedb7d60bc0e0f63453bbbb (diff)
Release embassy-executor 0.6.3.
Diffstat (limited to 'embassy-rp/Cargo.toml')
-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 4616116aa..401ecd215 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -147,5 +147,5 @@ rp-binary-info = { version = "0.1.0", optional = true }
147smart-leds = "0.4.0" 147smart-leds = "0.4.0"
148 148
149[dev-dependencies] 149[dev-dependencies]
150embassy-executor = { version = "0.6.2", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 150embassy-executor = { version = "0.6.3", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
151static_cell = { version = "2" } 151static_cell = { version = "2" }