Revert "Workaround regex breaking change."

This reverts commit 6a1a3e6877.
This commit is contained in:
Dario Nieuwenhuis 2023-04-26 16:19:23 +02:00
parent 6a1a3e6877
commit 123c110427

View File

@ -25,9 +25,6 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
embedded-io = { version = "0.4.0", features = ["async", "defmt"] } embedded-io = { version = "0.4.0", features = ["async", "defmt"] }
heapless = "0.7.15" 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] [patch.crates-io]
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" } embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "047ea9066f0d946fd4d706577b21df38fd3b1647" }