From 123c11042719648265d22f0d42b9f9e0ff8d73fc Mon Sep 17 00:00:00 2001
From: Dario Nieuwenhuis <dirbaio@dirbaio.net>
Date: Wed, 26 Apr 2023 16:19:23 +0200
Subject: [PATCH] Revert "Workaround regex breaking change."

This reverts commit 6a1a3e6877053b1b72adb3c1446f4f077ad3b03e.
---
 examples/rpi-pico-w/Cargo.toml | 3 ---
 1 file changed, 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
 embedded-io = { version = "0.4.0", features = ["async", "defmt"] }
 heapless = "0.7.15"
 
-[build-dependencies]
-# Workaround https://github.com/embassy-rs/cyw43/issues/68
-regex = { version = "~1.7.3", default-features = false }
 
 [patch.crates-io]
 embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" }