aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-06 13:56:55 +0100
committerDániel Buga <[email protected]>2024-11-06 13:58:02 +0100
commit94659325ab7e61381b31a156e7fc61ac912c794c (patch)
treeaba37ae2a5c1d58635365f70c5111a7749b32476 /embassy-rp/Cargo.toml
parent4136892f3f310ac9bdc569692f12a6beafe1475f (diff)
Prep executor 0.6.2
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 3e61641ff..4616116aa 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.1", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } 150embassy-executor = { version = "0.6.2", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
151static_cell = { version = "2" } 151static_cell = { version = "2" }