Closed Gip-Gip closed 1 year ago
This is caused by https://github.com/lalrpop/lalrpop/issues/750
Adding the dependency regex-syntax = { version = "0.6", default_features = false, features = ["unicode"] }
to your Cargo.toml
should work around the issue.
@ithinuel is currently working on building that workaround into pio-rs, but you can also add it to your msbaker-firmware
.
Fixed in 0.2.2, many thanks!
Cleared my Cargo.lock and tried to build but I ended up being met with this error:
I don't know why this is just now an issue but I can no longer compile which kinda sucks. Perhaps a breaking issue way upstream was pushed but not sure.
Any help is greatly appreciated.