aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-08-23 20:34:37 +0200
committerDániel Buga <[email protected]>2023-08-23 20:34:37 +0200
commita2c718f61c0587e19d10c5c86ff4cd79272e2b87 (patch)
tree5e3ed84067e2701aeefc97802a0813e91cdb7135 /embassy-rp
parent0568738f77d090d5d326abadd366a66aa4088ccd (diff)
Bump executor crate version to 0.3.0
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 b9ebcc866..60143c2b9 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -95,5 +95,5 @@ pio = {version= "0.2.1" }
95rp2040-boot2 = "0.3" 95rp2040-boot2 = "0.3"
96 96
97[dev-dependencies] 97[dev-dependencies]
98embassy-executor = { version = "0.2.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } 98embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] }
99static_cell = "1.1" 99static_cell = "1.1"