aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-11-01 00:17:44 +0100
committerDario Nieuwenhuis <[email protected]>2023-11-01 00:17:44 +0100
commitdd6a29adb2b503520f7db28e50563f41cf1f4730 (patch)
tree37c2ee71f0b645681522228a15734ac3171b3a8a /embassy-rp
parent74683c706bfc5654fa4f8331ce64c08b12b9765b (diff)
Release embassy-executor v0.3.1
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 5760d10db..5dc15c732 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -94,5 +94,5 @@ pio = {version= "0.2.1" }
94rp2040-boot2 = "0.3" 94rp2040-boot2 = "0.3"
95 95
96[dev-dependencies] 96[dev-dependencies]
97embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } 97embassy-executor = { version = "0.3.1", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] }
98static_cell = "1.1" 98static_cell = "1.1"