Wren Turkal
Wren Turkal
And here's a diff to work around this in your local rules_rust before bazel is updated to fix the problem: ``` commit 8b66ca12b974de5d6edc2a8d5a099978baa10cd3 Author: Wren Turkal Date: Thu Mar 3...
Actually, now this diff is still required in my internal rules_rust to make builds work. I think some variation of this patch needs to make it into rules_rust. I suspect...
I isolated the feature change that adds the rtic support for this board, so this should only land after #966.
When I was building stuff I saw warnings about different versions of deps in the dependency tree. It might be better to make the dev deps for the examples use...
I was matching the dep from the hal crate's Cargo.toml: ``` usb-device = {version = "0.3.2", optional = true} ```
Is there any further info I can provide on this one to help move it along?