Workaround regex breaking change.
This commit is contained in:
parent
efb67dfc1b
commit
6a1a3e6877
@ -25,6 +25,9 @@ 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" }
|
||||
|
Loading…
Reference in New Issue
Block a user