diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-04-26 16:19:23 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-04-26 16:19:23 +0200 |
| commit | 123c11042719648265d22f0d42b9f9e0ff8d73fc (patch) | |
| tree | bbd05679decbc7f9f379ebc3a0907cbe58040cda /examples | |
| parent | 6a1a3e6877053b1b72adb3c1446f4f077ad3b03e (diff) | |
Revert "Workaround regex breaking change."
This reverts commit 6a1a3e6877053b1b72adb3c1446f4f077ad3b03e.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rpi-pico-w/Cargo.toml | 3 |
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 | |||
| 25 | embedded-io = { version = "0.4.0", features = ["async", "defmt"] } | 25 | embedded-io = { version = "0.4.0", features = ["async", "defmt"] } |
| 26 | heapless = "0.7.15" | 26 | heapless = "0.7.15" |
| 27 | 27 | ||
| 28 | [build-dependencies] | ||
| 29 | # Workaround https://github.com/embassy-rs/cyw43/issues/68 | ||
| 30 | regex = { version = "~1.7.3", default-features = false } | ||
| 31 | 28 | ||
| 32 | [patch.crates-io] | 29 | [patch.crates-io] |
| 33 | embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" } | 30 | embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" } |
