aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/rpi-pico-w/Cargo.toml b/examples/rpi-pico-w/Cargo.toml
index d211f9260..dca796e3d 100644
--- a/examples/rpi-pico-w/Cargo.toml
+++ b/examples/rpi-pico-w/Cargo.toml
@@ -25,9 +25,6 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
25embedded-io = { version = "0.4.0", features = ["async", "defmt"] } 25embedded-io = { version = "0.4.0", features = ["async", "defmt"] }
26heapless = "0.7.15" 26heapless = "0.7.15"
27 27
28[build-dependencies]
29# Workaround https://github.com/embassy-rs/cyw43/issues/68
30regex = { version = "~1.7.3", default-features = false }
31 28
32[patch.crates-io] 29[patch.crates-io]
33embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" } 30embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" }